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

Sled scan KV query support #2497

Closed
joepio opened this issue Jun 19, 2023 · 1 comment · Fixed by #2507
Closed

Sled scan KV query support #2497

joepio opened this issue Jun 19, 2023 · 1 comment · Fixed by #2507

Comments

@joepio
Copy link

joepio commented Jun 19, 2023

Hi there! First off, thank you all for creating this absolutely amazing project. It's a solution to a problem I did not expect to find. I'm working on an open source graph database / notion alternative called atomic-server, and want users to choose between Sled and other KV stores. Also I'd like to use S3 instead of a local filesystem, so OpenDAL is useful in multiple ways for my project.

I use Sled's rangequeries, but OpenDAL only has support for scan. I think the difference is trivial - if I'm understanding this correctly, the only difference is that range has an explicit upper bound.

I suppose that's not a problem, so if scan is implemented for sled, I'll be very happy.

There seems to be a scan implementation in OpenDAL for sled, but it's not checked in the docs.

@Xuanwo
Copy link
Member

Xuanwo commented Jun 21, 2023

Yes, our feature docs for sled is out-dated. Let me fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants