-
Notifications
You must be signed in to change notification settings - Fork 592
Named KV stores / trees for sled #2498
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
Comments
That makes sense! I'm not familiar with sled. I have some questions: Embedded databases like
If the answer to the previous question is yes, then we can have |
Yes, as far as I understand. I've used this feature quite a bunch. Thanks! |
Cool, let's do this. I think we can add a new config called Tasks
|
You are AWESOME, thank you! |
I'll look a little later, tomorrow |
Implemented by #2516! |
In
sled
, a single filesystem path can correspond to multiple KV stores. They are calledTrees
in sled. I think in OpenDAL they arename
s, and in S3 they arebuckets
. Maybe I'm confusing concepts here, but you probably get the point.Is there a way OpenDAL supports having multiple KV namespaces, without having to open multiple filesystem paths?
The text was updated successfully, but these errors were encountered: