Expand description
Memtables are write buffers for regions.
Re-exports§
pub use crate::memtable::key_values::KeyValues;
Modules§
- Memtable implementation for bulk load
- Memtable implementation based on a partition tree.
- stats 🔒Internal metrics of the memtable.
- Partitions memtables by time.
- version 🔒Memtable version.
Structs§
- Memtable memory allocation tracker.
- Provider of memtable builders for regions.
- A range in the memtable.
- Context shared by ranges of the same memtable.
- Ranges in a memtable.
Enums§
- Config for memtables.
Traits§
- Builder to build an iterator to read the range. The builder should know the projection and the predicate to build the iterator.
- In memory write buffer.
- Builder to build a new Memtable.
Type Aliases§
- Id for memtables.