Expand description
Memtable implementation based on a partition tree.
Modulesยง
- data ๐Data part of a shard.
- dedup ๐
- dict ๐Key dictionary of a shard.
- merger ๐
- partition ๐Partition of a partition tree.
- primary_
key_ ๐filter - shard ๐Shard in a partition.
- shard_
builder ๐Builder of a shard. - tree ๐Implementation of the partition tree.
Structsยง
- Config for the partition tree memtable.
- Memtable based on a partition tree.
- Builder to build a PartitionTreeMemtable.
- PkId ๐Id of a primary key inside a tree.
Constantsยง
- Use
1/DICTIONARY_SIZE_FACTOR
of OS memory as dictionary size.