Expand description
MVCC (Multi-Version Concurrency Control) primitives.
This module provides the version chain and visibility logic for concurrent read/write access to graph data.
Structsยง
- Version
- A single version of data.
- Version
Chain - A chain of versions for a single entity.
- Version
Info - Visibility information for a version.