Description
At first committed data is stored in separate data structure.Need implement some procedure to remove from mvcc storage versions which are not needed anymore and flush committed versions in main storage. Version which is safe to remove (there are not readers using this version) should be somehow passed from coordinator to servers.
Attachments
Issue Links
- Is contained by
-
IGNITE-4191 SQL: support transactions
- Resolved
- relates to
-
IGNITE-7998 SQL: Improve MVCC vacuum performance by iterating over data pages instead of cache tree.
- Resolved