mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Update merge-tree-settings.md
Added two new settings
This commit is contained in:
parent
4f32f3b8cb
commit
db7342769b
@ -518,6 +518,26 @@ Possible values:
|
||||
|
||||
Default value: -1 (unlimited).
|
||||
|
||||
## min_age_to_force_merge_seconds {#min_age_to_force_merge_seconds}
|
||||
|
||||
Merge parts if every part in the range is older than the value of `min_age_to_force_merge_seconds`.
|
||||
|
||||
Possible values:
|
||||
|
||||
- Positive integer.
|
||||
|
||||
Default value: 0 — Disabled.
|
||||
|
||||
## min_age_to_force_merge_on_partition_only {#min_age_to_force_merge_on_partition_only}
|
||||
|
||||
Whether `min_age_to_force_merge_seconds` should be applied only on the entire partition and not on subset.
|
||||
|
||||
Possible values:
|
||||
|
||||
- true, false
|
||||
|
||||
Default value: false
|
||||
|
||||
## allow_floating_point_partition_key {#allow_floating_point_partition_key}
|
||||
|
||||
Enables to allow floating-point number as a partition key.
|
||||
|
Loading…
Reference in New Issue
Block a user