You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by gg-shq <gi...@git.apache.org> on 2017/11/15 12:28:52 UTC

[GitHub] ignite pull request #3037: [IGNITE-6702] Get rid of values deserialization i...

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.patch

To 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 <ks...@gmail.com>
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 <ks...@gmail.com>
Date:   2017-11-15T12:20:30Z

    IGNITE-6702: Change H2TreeIndex.getRowCount() to use BPlusTree.size() method instead of BPlusTree.find() + iteration

----


---

[GitHub] ignite pull request #3037: [IGNITE-6702] Get rid of values deserialization i...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/3037


---