v.1.1.54378Improvement

ALTER TABLE DROP/DETACH PARTITION Queries in Replication Queue

ALTER TABLE ... DROP/DETACH PARTITION queries are run at the front of the replication queue.
The ALTER TABLE ... DROP/DETACH PARTITION queries are now executed at the front of the replication queue in ClickHouse.

Why it matters

This feature prioritizes ALTER TABLE ... DROP/DETACH PARTITION operations by moving them to the front of the replication queue. It helps reduce latency for partition removal operations in replicated tables, ensuring faster execution and improved maintenance efficiency for users managing large datasets.

How to use it

Users benefit from this feature automatically when running ALTER TABLE ... DROP PARTITION or ALTER TABLE ... DETACH PARTITION commands on replicated tables, as these queries will be prioritized without requiring any additional configuration.