Description
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.
Attachments
Issue Links
- Is contained by
-
IGNITE-4191 SQL: support transactions
- Resolved