Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_suspicious_broken_parts_* MergeTree table settings

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

max_suspicious_broken_parts

Type
UInt64
Default
100

If the number of broken parts in a single partition exceeds the max_suspicious_broken_parts value, automatic deletion is denied.

Possible values:

  • Any positive integer.

max_suspicious_broken_parts_bytes

Type
UInt64
Default
1073741824

Max size of all broken parts, if more - deny automatic deletion.

Possible values:

  • Any positive integer.
Navigation