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_
inverted_ ๐index - prefix_
partition_ ๐tree - prefix_
twcs ๐
Structsยง
- Index
Options - Options for index.
- Inverted
Index Options - Options for the inverted index.
- Partition
Tree Options - Partition tree memtable options.
- Region
Options - Options that affect the entire region.
- Region
Options ๐Without Enum - We need to define a new struct without enum fields as
#[serde(default)]
does not support external tagging. - Twcs
Options - Time window compaction options.
Enumsยง
- Compaction
Options - Options for compactions
- Memtable
Options - Options for region level memtable.
- Merge
Mode - Mode to handle duplicate rows while merging.
Constantsยง
Functionsยง
- deserialize_
ignore_ ๐column_ ids - options_
map_ ๐to_ value - Converts the
options
map to a json object. - serialize_
ignore_ ๐column_ ids - validate_
enum_ ๐options - Validates whether the
options_map
has valid options for specificenum_tag_key
and returnstrue
if the map contains enum options.