You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yury Gerzhedovich (JIRA)" <ji...@apache.org> on 2018/09/10 15:38:00 UTC

[jira] [Created] (IGNITE-9519) PK as complex type should can be keep at inline index

Yury Gerzhedovich created IGNITE-9519:
-----------------------------------------

             Summary: PK as complex type should can be keep at inline index
                 Key: IGNITE-9519
                 URL: https://issues.apache.org/jira/browse/IGNITE-9519
             Project: Ignite
          Issue Type: Task
          Components: sql
    Affects Versions: 2.6
            Reporter: Yury Gerzhedovich
            Assignee: Yury Gerzhedovich


Currently in case PK is complex type it can not be keep at inline index.

This is critical performance issue due to for any put or get operation it cant' be fully comparable and require read full object from the heap or even disk storage.

To mitigate the problem we need add ability keep complex type (java object) at inline indexes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)