Crate mito2

Source
Expand description

ยงMito

Mito is the a region engine to store timeseries data.

Modulesยง

access_layer
cache
Cache for the engine.
compaction
config
Configurations.
docs ๐Ÿ”’
Mito developer document
engine
Mito region engine.
error
flush
Flush related utilities and structs.
manifest
manifest storage
memtable
Memtables are write buffers for regions.
metrics ๐Ÿ”’
read
Common structs and utilities for reading data.
region
Mito region.
region_write_ctx ๐Ÿ”’
request
Worker requests.
row_converter
schedule
sst
Sorted strings tables.
time_provider ๐Ÿ”’
Abstraction to get current time.
wal
Write ahead log of the engine.
worker ๐Ÿ”’
Structs and utilities for writing regions.