File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 546546 </disks >
547547
548548 <policies >
549- <all >
549+ <default >
550550 <volumes >
551551 <main >
552552 <disk >default</disk >
553- <disk >r2</disk >
554- <max_data_part_size_bytes ></max_data_part_size_bytes >
555- <max_data_part_size_ratio ></max_data_part_size_ratio >
556- <perform_ttl_move_on_insert >true</perform_ttl_move_on_insert >
557- <load_balancing >round_robin</load_balancing >
558553 </main >
559554 </volumes >
560- <move_factor >0.2</move_factor >
561- </all >
555+ </default >
562556 </policies >
563557 </storage_configuration >
564558
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ services:
1111 - clickhouse_data:/var/lib/clickhouse
1212 - ./config.xml:/etc/clickhouse-server/config.xml:ro
1313 - ./users.xml:/etc/clickhouse-server/users.xml:ro
14+ - ./flags:/var/lib/clickhouse/flags
1415 environment :
1516 CLICKHOUSE_DB : default
1617 CLICKHOUSE_USER : default
Original file line number Diff line number Diff line change 1+ # ClickHouse flag file to enable force removal of data parts
2+ # This file enables the force_remove_data_parts setting
3+ # When this file exists, ClickHouse will allow forced removal of data parts
You can’t perform that action at this time.
0 commit comments