Deal with Queries that don't filter by property or value.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 82
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 205
Description
The indexes are currently dealing just fine with queries that sort by property and / or value, but we don't support queries that iterate over all values (code)
I'm not sure if we should support these at all. The indexes can become absolutely huge. At this moment, we simply throw an error if a user watches such a query request.
Contributor guide
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
Read lib/src/db/query_index.rs around lines 35 and 267 first. Determine whether queries that iterate over all values should be supported despite potentially huge indexes, and define the expected behavior for watched requests. Done means the chosen policy is implemented and the resulting behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100