Opening log side panel will cause SELECT * query to run twice
Open
Nobody has claimed this yet.
bug
Frontend
- Dominant language
- TypeScript
- Stars
- 9.9k
- Forks
- 471
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 117
Description
When you go to the search page and click on a row, the side panel will run the exact same SELECT * ... query twice instead of just once, even though we should be deduping queries via cache.
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
Start at the search page row-selection flow that opens the log side panel, then inspect the query path and cache behavior while reproducing the duplicate SELECT request. Done means opening a row issues the identical query only once while preserving the side-panel results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, observability, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100