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)