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 - MAGIC_
CACHE_ ๐SIZE - MAGIC_
JITTER_ ๐PREVENTION
Functionsยง
Type Aliasesยง
- Cache
Key ๐ - Partition
Cache ๐ - Range cache for one over window partition. The cache entries can be:
- Partition
Delta ๐ - Changes happened in one over window partition.