Skip to main content
这些设置可在 system.merge_tree_settings 中找到,且由 ClickHouse 源代码自动生成。

text_index_dictionary_block_frontcoding_compression

文本索引字典块默认使用的前缀编码压缩方式。 可由显式指定的索引参数 dictionary_block_frontcoding_compression 覆盖。

text_index_dictionary_block_size

文本索引的默认字典块大小。 可通过显式指定的 dictionary_block_size 索引参数覆盖。

text_index_max_memory_usage_before_flush

刷新临时片段前,文本索引构建器可保留的估算内存上限。

text_index_max_processed_tokens_before_flush

文本索引构建器在刷新临时片段之前累计处理的最大标记数。

text_index_posting_list_block_size

文本索引的默认倒排列表块大小 (行数) 。 可通过显式指定的 posting_list_block_size 索引参数覆盖。

text_index_posting_list_codec

文本索引的默认倒排列表编解码器。 可通过显式指定 posting_list_codec 索引参数覆盖。
最后修改于 2026年8月14日