Integer keys and key ranges
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 76
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Thanks for this interesting project!
I am new to rocksdb and I am wondering if I can use integer keys and then get a range of keys (something like 10 < key < 200).
I see that there is a method each_range , however it seems to work only for text (lexicographical order).
Is there any way to query with numbers (less than, greater than, between) in an efficient way?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the each_range method and how this Ruby binding represents keys. Determine whether numeric ordering and range queries are supported, then define a concrete supported approach or a scoped change and document how completion would be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100