quickwit-oss / quickwit-oss/quickwit

Remove the split limit present in the UI

Open
#4,850 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.