In factally,I want to use SYSTEM STOP MERGES TABLE to stop merge and then migrate some parts to another shard. My operation as follow:
1.
clickhouse-client -q "insert into DTDB.lineorder_demo FORMAT CSV" < lineorder.tbl;
- I execute
SYSTEM STOP MERGES DTDB.lineorder_demo
immediately after the import is complete. But within 15 minutes, the parts will still merge and decrease.