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

[Remote Store] Support bulk upload and bulk delete while interacting with remote segment store #4317

Open
sachinpkale opened this issue Aug 29, 2022 · 0 comments
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request

Comments

@sachinpkale
Copy link
Member

Currently, upload and delete to the remote segment store happens one segment after another. This is mostly limited due to underlying directory APIs that do not support bulk copy/delete. With this feature, we will build mechanism to support bulk operations without changing the directory APIs.

PR comments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request
Projects
None yet
Development

No branches or pull requests

2 participants