GitHub user gg-shq opened a pull request:
https://github.com/apache/ignite/pull/3086
IGNITE-6663: SQL: optimize primary key equality lookup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6663
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3086.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 #3086
----
commit 292fffbbfd992441812680030ee9b0ab1d4bc74f
Author: gg-shq <[email protected]>
Date: 2017-11-23T15:47:50Z
IGNITE-6663: Implement find(..., key, key) via findOne(), not via
find(first, last, ...). Implement equals() and hashCode() for
GridH2SearchRowAdapter.
----
---