Expand description
Memtables are write buffers for regions.
Modulesยง
- builder ๐
- Builders for time-series memtable
- bulk
- Memtable implementation for bulk load
- partition_
tree - Memtable implementation based on a partition tree.
- simple_
bulk_ ๐memtable - stats ๐
- Internal metrics of the memtable.
- time_
partition - Partitions memtables by time.
- time_
series - version ๐
- Memtable version.
Structsยง
- Alloc
Tracker - Memtable memory allocation tracker.
- Encoded
Bulk Part - KeyValues
- Key value view of a mutation.
- Memtable
Builder ๐Provider - Provider of memtable builders for regions.
- Memtable
Range - A range in the memtable.
- Memtable
Range Context - Context shared by ranges of the same memtable.
- Memtable
Ranges - Ranges in a memtable.
- Memtable
Stats
Enumsยง
- Memtable
Config - Config for memtables.
Traitsยง
- Iter
Builder - Builder to build an iterator to read the range. The builder should know the projection and the predicate to build the iterator.
- Memtable
- In memory write buffer.
- Memtable
Builder - Builder to build a new Memtable.