quickwit-oss / quickwit-oss/quickwit
Remove the split limit present in the UI
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
In the UI, we limit the fetch of splits to 10k splits: https://github.com/quickwit-oss/quickwit/blob/0b2721e1f3bd6b296d5e07bae6df27546faf5df5/quickwit/quickwit-ui/src/services/client.ts#L79
This can be confusing for users. Now that we are streaming splits, we can remove this limit.
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
Open quickwit/quickwit-ui/src/services/client.ts at line 79 and inspect the UI split-fetch request and its current 10k limit. Remove that limit and verify that the UI can fetch the streamed splits beyond 10,000 without truncation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100