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_posting_list_block_size

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

text_index_posting_list_codec

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