You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2017/04/06 10:43:41 UTC

[jira] [Updated] (IGNITE-4672) Optimization: for SQL indexes implement comparison using offheap pointer

     [ https://issues.apache.org/jira/browse/IGNITE-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Semen Boikov updated IGNITE-4672:
---------------------------------
    Fix Version/s:     (was: 2.0)
                   2.1

> Optimization: for SQL indexes implement comparison using offheap pointer
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-4672
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4672
>             Project: Ignite
>          Issue Type: Task
>          Components: cache
>            Reporter: Semen Boikov
>            Assignee: Konstantin Dudkov
>             Fix For: 2.1
>
>
> Currently for objects comparison in sql indexes we copy full row data on heap, but when index is created on BinaryObject's field and object offheap address is known then it is possible do comparison withput on heap copy and object instantiation. Prototype is implemented in branch ignite-3477-offheap-cmp.
> Note: IGNITE-4629 partially fixes issue with comparison, but it is not possible to use this optimization in all cases.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)