Collect all removed objects to perform a single object storage remove operation in ClickHouse.
Why it matters
This feature optimizes the removal process of objects in object storage by collecting all objects marked for deletion and executing a single remove operation. It improves efficiency and performance by reducing the number of individual delete actions, minimizing operation overhead.How to use it
The feature is integrated into the ClickHouse engine's object removal workflow and does not require explicit user action to enable. Users benefit automatically from the optimized removal process when deleting objects stored in object storage.