mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
3a54182f77
This is part of **"Why my PR is not merged?"** patch set series. Since #50107 there one more tunable that can increase the cleanup period - max_cleanup_delay_period. Plus, increase the delay for the cleanup thread, otherwise it is too fragile. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
11 lines
486 B
XML
11 lines
486 B
XML
<clickhouse>
|
|
<merge_tree>
|
|
<replicated_deduplication_window>999999999</replicated_deduplication_window>
|
|
<replicated_deduplication_window_seconds>1</replicated_deduplication_window_seconds>
|
|
<cleanup_delay_period>1</cleanup_delay_period>
|
|
<cleanup_delay_period_random_add>0</cleanup_delay_period_random_add>
|
|
<max_cleanup_delay_period>1</max_cleanup_delay_period>
|
|
<old_parts_lifetime>1</old_parts_lifetime>
|
|
</merge_tree>
|
|
</clickhouse>
|