[
https://issues.apache.org/jira/browse/IGNITE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853691#comment-15853691
]
Konstantin Dudkov commented on IGNITE-4629:
-------------------------------------------
I've done first implementation, running tests now.
[Review page
(IG-CR-11)|http://reviews.ignite.apache.org/apache-ignite/review/IG-CR-11]
github branch: ignite-3477-idx2
> Optimization: store value of indexed field in H2Tree
> ----------------------------------------------------
>
> Key: IGNITE-4629
> URL: https://issues.apache.org/jira/browse/IGNITE-4629
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Semen Boikov
> Assignee: Konstantin Dudkov
> Fix For: 2.0
>
>
> Currently we store only 'link' in H2Tree and to do comparison we read lock
> data page and copy row data into GridH2Row. If indexed value is primitive
> then it is possible to store this value in H2Tree, so get value for
> comparison will be just Unsafe.getInt/getLong.
> Prototype is implemented in ignite-3477-idx. (branch is based on ignite-3477).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)