Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

min_age_* MergeTree table settings

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

min_age_to_force_merge_on_partition_only

Type
Bool
Default
0

Whether min_age_to_force_merge_seconds should be applied only on the entire partition and not on subset.

Possible values:

  • true, false

min_age_to_force_merge_seconds

Type
UInt64
Default
0

Merge parts if every part in the range is older than the value of min_age_to_force_merge_seconds.

Possible values:

  • Positive integer.
Navigation