You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/config.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -145,15 +145,15 @@
145
145
|`region_engine.mito.index`| -- | -- | The options for index in Mito engine. |
146
146
|`region_engine.mito.index.aux_path`| String |`""`| Auxiliary directory path for the index in filesystem, used to store intermediate files for<br/>creating the index and staging files for searching the index, defaults to `{data_home}/index_intermediate`.<br/>The default name for this directory is `index_intermediate` for backward compatibility.<br/><br/>This path contains two subdirectories:<br/>- `__intm`: for storing intermediate files used during creating index.<br/>- `staging`: for storing staging files used during searching index. |
147
147
|`region_engine.mito.index.staging_size`| String |`2GB`| The max capacity of the staging directory. |
148
+
|`region_engine.mito.index.metadata_cache_size`| String |`64MiB`| Cache size for inverted index metadata. |
149
+
|`region_engine.mito.index.content_cache_size`| String |`128MiB`| Cache size for inverted index content. |
150
+
|`region_engine.mito.index.content_cache_page_size`| String |`64KiB`| Page size for inverted index content cache. |
148
151
|`region_engine.mito.inverted_index`| -- | -- | The options for inverted index in Mito engine. |
149
152
|`region_engine.mito.inverted_index.create_on_flush`| String |`auto`| Whether to create the index on flush.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
150
153
|`region_engine.mito.inverted_index.create_on_compaction`| String |`auto`| Whether to create the index on compaction.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
151
154
|`region_engine.mito.inverted_index.apply_on_query`| String |`auto`| Whether to apply the index on query<br/>- `auto`: automatically (default)<br/>- `disable`: never |
152
155
|`region_engine.mito.inverted_index.mem_threshold_on_create`| String |`auto`| Memory threshold for performing an external sort during index creation.<br/>- `auto`: automatically determine the threshold based on the system memory size (default)<br/>- `unlimited`: no memory limit<br/>- `[size]` e.g. `64MB`: fixed memory threshold |
153
156
|`region_engine.mito.inverted_index.intermediate_path`| String |`""`| Deprecated, use `region_engine.mito.index.aux_path` instead. |
154
-
|`region_engine.mito.inverted_index.metadata_cache_size`| String |`64MiB`| Cache size for inverted index metadata. |
155
-
|`region_engine.mito.inverted_index.content_cache_size`| String |`128MiB`| Cache size for inverted index content. |
156
-
|`region_engine.mito.inverted_index.content_cache_page_size`| String |`64KiB`| Page size for inverted index content cache. |
157
157
|`region_engine.mito.fulltext_index`| -- | -- | The options for full-text index in Mito engine. |
158
158
|`region_engine.mito.fulltext_index.create_on_flush`| String |`auto`| Whether to create the index on flush.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
159
159
|`region_engine.mito.fulltext_index.create_on_compaction`| String |`auto`| Whether to create the index on compaction.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
@@ -481,15 +481,15 @@
481
481
|`region_engine.mito.index`| -- | -- | The options for index in Mito engine. |
482
482
|`region_engine.mito.index.aux_path`| String |`""`| Auxiliary directory path for the index in filesystem, used to store intermediate files for<br/>creating the index and staging files for searching the index, defaults to `{data_home}/index_intermediate`.<br/>The default name for this directory is `index_intermediate` for backward compatibility.<br/><br/>This path contains two subdirectories:<br/>- `__intm`: for storing intermediate files used during creating index.<br/>- `staging`: for storing staging files used during searching index. |
483
483
|`region_engine.mito.index.staging_size`| String |`2GB`| The max capacity of the staging directory. |
484
+
|`region_engine.mito.index.metadata_cache_size`| String |`64MiB`| Cache size for inverted index metadata. |
485
+
|`region_engine.mito.index.content_cache_size`| String |`128MiB`| Cache size for inverted index content. |
486
+
|`region_engine.mito.index.content_cache_page_size`| String |`64KiB`| Page size for inverted index content cache. |
484
487
|`region_engine.mito.inverted_index`| -- | -- | The options for inverted index in Mito engine. |
485
488
|`region_engine.mito.inverted_index.create_on_flush`| String |`auto`| Whether to create the index on flush.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
486
489
|`region_engine.mito.inverted_index.create_on_compaction`| String |`auto`| Whether to create the index on compaction.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
487
490
|`region_engine.mito.inverted_index.apply_on_query`| String |`auto`| Whether to apply the index on query<br/>- `auto`: automatically (default)<br/>- `disable`: never |
488
491
|`region_engine.mito.inverted_index.mem_threshold_on_create`| String |`auto`| Memory threshold for performing an external sort during index creation.<br/>- `auto`: automatically determine the threshold based on the system memory size (default)<br/>- `unlimited`: no memory limit<br/>- `[size]` e.g. `64MB`: fixed memory threshold |
489
492
|`region_engine.mito.inverted_index.intermediate_path`| String |`""`| Deprecated, use `region_engine.mito.index.aux_path` instead. |
490
-
|`region_engine.mito.inverted_index.metadata_cache_size`| String |`64MiB`| Cache size for inverted index metadata. |
491
-
|`region_engine.mito.inverted_index.content_cache_size`| String |`128MiB`| Cache size for inverted index content. |
492
-
|`region_engine.mito.inverted_index.content_cache_page_size`| String |`64KiB`| Page size for inverted index content cache. |
493
493
|`region_engine.mito.fulltext_index`| -- | -- | The options for full-text index in Mito engine. |
494
494
|`region_engine.mito.fulltext_index.create_on_flush`| String |`auto`| Whether to create the index on flush.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
495
495
|`region_engine.mito.fulltext_index.create_on_compaction`| String |`auto`| Whether to create the index on compaction.<br/>- `auto`: automatically (default)<br/>- `disable`: never |
0 commit comments