Expand description
Version control of mito engine.
Version is an immutable snapshot of regionβs metadata.
To read latest data from VersionControl
, we should
- Acquire
Version
fromVersionControl
. - Then acquire last sequence.
Reason: data may be flushed/compacted and some data with old sequence may be removed and became invisible between step 1 and 2, so need to acquire version at first.
Structs§
- Version πStatic metadata of a region.
- Version
Builder πVersion builder. - Version
Control πControls metadata and sequence numbers for a region. - Version
Control πData Data of VersionControl.
Type Aliases§
- Version
Control πRef - Version
Ref π