v.22.6Improvement
Add support_batch_delete setting for DiskS3 to disable multiobject delete calls
Add settingsupport_batch_deleteforDiskS3to disable multiobject delete calls, which Google Cloud Storage doesn't support. #37659 (Fred Wulff).
Why it matters
Google Cloud Storage does not support multiobject delete calls. This feature allows users to disable batch delete operations inDiskS3, preventing errors and ensuring compatibility with Google Cloud Storage.How to use it
Set thesupport_batch_delete setting to 0 (false) to disable multiobject delete calls when using DiskS3. This can be configured in the disk settings within the ClickHouse configuration file.