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 π