Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

cleanup_* MergeTree 表设置

这些设置可在 system.merge_tree_settings 中查看,且由 ClickHouse 源代码自动生成。

cleanup_thread_preferred_points_per_iteration

类型
UInt64
默认值
150

后台清理的首选批次大小 (point 是抽象单位,1 个 point 大致相当于 1 个插入块) 。

cleanup_threads

类型
UInt64
默认值
128

此设置已废弃,不起任何作用。

Navigation