Expand description
Options for a region.
If we add options in this mod, we also need to modify store_api::mito_engine_options.
Modulesยง
- prefix_
twcs ๐
Structsยง
- Options for index.
- Options for the inverted index.
- Partition tree memtable options.
- Options that affect the entire region.
- We need to define a new struct without enum fields as
#[serde(default)]
does not support external tagging. - Time window compaction options.
Enumsยง
- Options for compactions
- Options for region level memtable.
- Mode to handle duplicate rows while merging.
Constantsยง
Functionsยง
- options_
map_ ๐to_ value Converts theoptions
map to a json object. - Validates whether the
options_map
has valid options for specificenum_tag_key
and returnstrue
if the map contains enum options.