Big-result query confirmation
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 3h 8m
- Merged PRs (30d)
- 6
Description
Running `SELECT *` on a large table pulls millions of rows into the browser.
**Proposal**
- Before execution, run `EXPLAIN` to estimate rows returned.
- If the estimate exceeds a threshold (configurable, default e.g. 100k), prompt: "Query is likely to return ~N rows — continue?"
- Alternatively or additionally, enforce a server-side row cap with an escape hatch.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.