Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_number_* MergeTree table settings

These settings are available in system.merge_tree_settings and are autogenerated from ClickHouse source.

max_number_of_merges_with_ttl_in_pool

Type
UInt64
Default
2

When there is more than specified number of merges with TTL entries in pool, do not assign new merge with TTL. This is to leave free threads for regular merges and avoid "Too many parts"

max_number_of_mutations_for_replica

Type
UInt64
Default
0

Limit the number of part mutations per replica to the specified amount. Zero means no limit on the number of mutations per replica (the execution can still be constrained by other settings).

Navigation