Expand description
Option keys for the mito engine. We define them in this mod so the create parser can use it to validate table options.
Constants§
- APPEND_
MODE_ KEY - Option key for append mode.
- COMPACTION_
TYPE - Option key for compaction type.
- COMPACTION_
TYPE_ TWCS - TWCS compaction strategy.
- MEMTABLE_
PARTITION_ TREE_ DATA_ FREEZE_ THRESHOLD - Option key for memtable partition tree data freeze threshold.
- MEMTABLE_
PARTITION_ TREE_ FORK_ DICTIONARY_ BYTES - Option key for memtable partition tree fork dictionary bytes.
- MEMTABLE_
PARTITION_ TREE_ INDEX_ MAX_ KEYS_ PER_ SHARD - Option key for memtable partition tree index max keys per shard.
- MEMTABLE_
PARTITION_ TREE_ PRIMARY_ KEY_ ENCODING - Option key for memtable partition tree primary key encoding.
- MEMTABLE_
TYPE - Option key for memtable type.
- MERGE_
MODE_ KEY - Option key for merge mode.
- REMOTE_
COMPACTION - Option key for twcs remote compaction.
- SKIP_
WAL_ KEY - Option key for skipping WAL.
- SNAPSHOT_
READ - Option key for snapshot read.
- TTL_KEY
- Option key for TTL(time-to-live)
- TWCS_
FALLBACK_ TO_ LOCAL - Option key for twcs fallback to local.
- TWCS_
MAX_ ACTIVE_ WINDOW_ FILES - Option key for twcs max active window files.
- TWCS_
MAX_ ACTIVE_ WINDOW_ RUNS - Option key for twcs max active window runs.
- TWCS_
MAX_ INACTIVE_ WINDOW_ FILES - Option key for twcs max inactive window files.
- TWCS_
MAX_ INACTIVE_ WINDOW_ RUNS - Option key for twcs max inactive window runs.
- TWCS_
MAX_ OUTPUT_ FILE_ SIZE - Option key for twcs max output file size.
- TWCS_
TIME_ WINDOW - Option key for twcs time window.
Functions§
- is_
mito_ engine_ option_ key - Returns true if the
key
is a valid option key for the mito engine.