Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

cleanup_delay_period_* MergeTree table settings

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

cleanup_delay_period

Type
UInt64
Default
30

Minimum period to clean old queue logs, blocks hashes and parts.

cleanup_delay_period_random_add

Type
UInt64
Default
10

Add uniformly distributed value from 0 to x seconds to cleanup_delay_period to avoid thundering herd effect and subsequent DoS of ZooKeeper in case of very large number of tables.

Navigation