[jira] [Created] (IGNITE-8206) SQL TX: Rewrite MvccCursor

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-8206) SQL TX: Rewrite MvccCursor

Anton Vinogradov (Jira)
Igor Seliverstov created IGNITE-8206:
----------------------------------------

             Summary: SQL TX: Rewrite MvccCursor
                 Key: IGNITE-8206
                 URL: https://issues.apache.org/jira/browse/IGNITE-8206
             Project: Ignite
          Issue Type: Task
            Reporter: Igor Seliverstov


Currently we materialize rows before passing Mvcc filter. It means we deserialize all rows, including invisible for snapshot.

We need to pass the filter to BPlusTree.find() method instead.



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