Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leverage batch delete in vacuum #394

Closed
houqp opened this issue Aug 17, 2021 · 0 comments · Fixed by #395
Closed

Leverage batch delete in vacuum #394

houqp opened this issue Aug 17, 2021 · 0 comments · Fixed by #395
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/aws AWS S3 storage related

Comments

@houqp
Copy link
Member

houqp commented Aug 17, 2021

Description

Use Case

From #393 (comment). Some of the backends like S3 support batch delete operation. We should leverage this in vacuum for better performance and lower cost (API call).

We could add a new delete_objs to the StorageBackend trait as an abstraction for batch deletes.

Related Issue(s)

#393

@houqp houqp added enhancement New feature or request binding/rust Issues for the Rust crate storage/aws AWS S3 storage related good first issue Good for newcomers help wanted Extra attention is needed labels Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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/aws AWS S3 storage related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant