You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Seliverstov (JIRA)" <ji...@apache.org> on 2018/01/31 11:31:00 UTC

[jira] [Created] (IGNITE-7583) SQL TX: Change secondary indexes structure

Igor Seliverstov created IGNITE-7583:
----------------------------------------

             Summary: SQL TX: Change secondary indexes structure
                 Key: IGNITE-7583
                 URL: https://issues.apache.org/jira/browse/IGNITE-7583
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Igor Seliverstov


We need to change:
 * rows with the same key and different versions should be placed in a tree ordered by version decending
 * move next version from BTree leafs to data rows
 * filters according to next logic: the row is visible if leaf version is less than assigned and not active and max_version of referenced row is NA or heigher than assigned or active 



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