Expand description
Configurations.
Structsยง
- Configuration options for the bloom filter.
- Configuration options for the full-text index.
- Configuration options for the inverted index.
- Configuration for MitoEngine. Before using the config, make sure to call
MitoConfig::validate()
to check if the config is valid.
Enumsยง
- Memory threshold for performing certain actions.
- Operational mode for certain actions.
Constantsยง
- Default channel size for parallel scan task.
- FETCH_
OPTION_ ๐TIMEOUT Fetch option timeout - Use
1/INDEX_CREATE_MEM_THRESHOLD_FACTOR
of OS memory size as mem threshold for creating index - Use
1/MEM_CACHE_SIZE_FACTOR
of OS memory size as mem cache size in default mode - Use
1/PAGE_CACHE_SIZE_FACTOR
of OS memory size as page cache size in default mode - Use
1/SST_META_CACHE_SIZE_FACTOR
of OS memory size as SST meta cache size in default mode
Functionsยง
- divide_
num_ ๐cpus Divide cpu num by a non-zerodivisor
and returns at least 1.