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

Add Bulk Key/KeyValue iteration/retrieval #260

Open
ecton opened this issue Jul 27, 2022 · 0 comments
Open

Add Bulk Key/KeyValue iteration/retrieval #260

ecton opened this issue Jul 27, 2022 · 0 comments
Labels
key-value Issues impacting the key-value store
Milestone

Comments

@ecton
Copy link
Member

ecton commented Jul 27, 2022

Currently there is no way to list all of the keys in the Key-Value store. The internal backup functionality uses internal APIs to perform this operation.

At a minimum we should have:

  • A way to retrieve all keys
  • A way to retrieve all keys and values
  • A way to retrieve ranges of keys
  • A way to retrieve ranges of keys and values

We should consider how retrieval should work with namespaced keys -- maybe it's an option whether to include child namespaces or not.

@ecton ecton added the key-value Issues impacting the key-value store label Jul 27, 2022
@ecton ecton added this to the v1.0 milestone Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
key-value Issues impacting the key-value store
Projects
Status: Todo
Development

No branches or pull requests

1 participant