Add an API to support splitting a given range into chunks
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
The new API would allow clients to ask FDB to return a list of keys(split points) that would split the given range into the desired chunks.
Some tasks:
- [x] Add Server side support
- [x] Add client side support
- [x] Add bindings support
- [x] Add bindings tests
- [ ] Consider adopt this API in `getRange()` when it's in `SteamingMode.want_all` mode.
Contributor guide
Assessment
This issue has not been assessed yet.