Leverage batch delete in vacuum for GCS #407
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
storage/gcp
Description
GCS supports batching multiple delete operations (up to 100) in a single call. This can speed up vacuum.
We shuld add a new
delete_objs
implementation of StorageBackend for GCS.Use Case
Related Issue(s)
#394
The text was updated successfully, but these errors were encountered: