GitHub user gg-shq opened a pull request:
https://github.com/apache/ignite/pull/3037 [IGNITE-6702] Get rid of values deserialization in H2TreeIndex.getRowCount
Committing preliminary version to run tests on TC
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-6702
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3037.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3037
----
commit a7541202bb835c6e0dff004c06ea222384a53549
Author: gg-shq <
[hidden email]>
Date: 2017-11-15T12:20:04Z
IGNITE-6702: Change H2TreeIndex.getRowCount() to use BPlusTree.size() method instead of BPlusTree.find() + iteration
commit c31145be5ee11a7bd3cb72f960e03e9212a964d8
Author: gg-shq <
[hidden email]>
Date: 2017-11-15T12:20:30Z
IGNITE-6702: Change H2TreeIndex.getRowCount() to use BPlusTree.size() method instead of BPlusTree.find() + iteration
----
---