Expand description
Types and functions that store or manipulate state/cache inside one single over window partition.
Structsยง
- Affected
Range ๐ AffectedRange
represents a range of keys that are affected by a delta. TheCacheKey
fields are keys in the partition range cache + delta, which is represented by [DeltaBTreeMap
].- Over
Partition ๐ - A wrapper of
PartitionCache
that provides helper methods to manipulate the cache. By putting this type insideprivate
module, we can avoid misuse of the internal fields and methods. - Over
Partition ๐Stats
Constantsยง
- MAGIC_
BATCH_ ๐SIZE
Type Aliasesยง
- Partition
Delta ๐ - Changes happened in one over window partition.