Support batch_delete capability for GCS#37659
Conversation
|
I think the best way is to pass some structure to S3ObjectStorage, like This struct will be filled from config. Currently, we will have only one setting: |
|
Cool - will take doing that later this week! |
batch_delete capability for GCS
|
Failures obviously unrelated (this setting is not enabled anywhere). |
|
@alesapin Sorry for falling off the face of the earth here (caught COVID and then had a bunch of work to catch up on). Thanks for taking this over the finish line! |
|
It looks like it worth adding this setting into documentation, and add a note that this is required for GCS. Oh, I see, actually #37882 already adds detection of batch detele. |
Support `batch_delete` capability for GCS
Window functions and GCP fixes ClickHouse#36944, ClickHouse#34632, ClickHouse#37659 and ClickHouse#37882
Support `batch_delete` capability for GCS
Window functions and GCP fixes ClickHouse#36944, ClickHouse#34632, ClickHouse#37659 and ClickHouse#37882
Support `batch_delete` capability for GCS
Window functions and GCP fixes ClickHouse#36944, ClickHouse#34632, ClickHouse#37659 and ClickHouse#37882
Support `batch_delete` capability for GCS
…4632, ClickHouse#37659 and ClickHouse#37882 Merge pull request ClickHouse#36944 from excitoon-favorites/better_exp_smooth Merge pull request ClickHouse#34632 from excitoon-favorites/optimizedprocessing Merge pull request ClickHouse#37659 from frew/master Support `batch_delete` capability for GCS Merge pull request ClickHouse#37882 from excitoon-favorites/nodeleteobjects Fixes for objects removal in `S3ObjectStorage`
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add setting
support_batch_deleteforDiskS3to disable multiobject delete calls, which Google Cloud Storage doesn't support.