Query timeout setting
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 3h 8m
- Merged PRs (30d)
- 6
Description
Long-running queries can't be cancelled today.
**Proposal**
- Add a per-connection (or per-query) timeout.
- On timeout, run `KILL QUERY` against the offending thread id.
- Surface the reason in the results error banner.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.