CSV download from console
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 39
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
Describe the bug
Downloading results of an aggregation query as csv from the web console triggers the aggregation query to be run again by the server before sending the data. This is inefficient when the whole result set is already displayed and known (for example 1 billion data points aggregated into a 10-row result-set).
Expected behavior
When results are sent to the console, a query should not be run again before sending csv results.
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 in the web console's CSV download flow and trace how aggregation results are requested and exported. Compare the export path with the already displayed result set; done means downloading CSV sends the existing results without running the aggregation query again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100