khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.01k stars 37 forks source link

Add Bulk Key/KeyValue iteration/retrieval #260

Open ecton opened 2 years ago

ecton commented 2 years ago

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:

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