mito2

Module memtable

Source
Expand description

Memtables are write buffers for regions.

Re-exports§

  • pub use crate::memtable::key_values::KeyValues;

Modules§

Structs§

Enums§

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§