-
Notifications
You must be signed in to change notification settings - Fork 477
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 new service support: TiKV #2533
Comments
We tried before but failed: #854 We will contact with upstream to try again 😆 |
Blocked on tikv/client-rust#395 |
client-rust v0.2 has been released, this issue is ready for our community to take part in! Contributors who wish to work on this issue should have some knowledge about TiKV and know how to self-host it using tiup. |
I can contribute to it, Please assign. |
Wow, you're so fast! I have assigned this issue to you. |
oh my geez you people are amazing |
OpenDAL already supports multiple KV stores (ReDB and Sled). These KV stores have a fundamental bottleneck: they do not scale across nodes. If your project needs very large amounts of storage, you'll need something like TiKV: distributed KV store.
I think it would be a great fit for this project, and probably doable to implement as TiKV is written in Rust and well-documented!
The text was updated successfully, but these errors were encountered: