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.Why it matters
This feature prioritizesALTER 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 runningALTER TABLE ... DROP PARTITION or ALTER TABLE ... DETACH PARTITION commands on replicated tables, as these queries will be prioritized without requiring any additional configuration.