[ 
https://issues.apache.org/jira/browse/IGNITE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854289#comment-15854289
 ] 

Konstantin Dudkov commented on IGNITE-4629:
-------------------------------------------

[PR 1500|https://github.com/apache/ignite/pull/1500]

> 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)

Reply via email to