v.25.8Improvement

Remove objects to execute single object storage

Collect all removed objects to execute single object storage remove operation. #85316 (Mikhail Artemenko).
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.