Timeout for long running queries
Open
feature
- Dominant language
- Go
- Stars
- 218
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Queries on big tables without LIMIT statement takes a long time and it looks like the application is hanging.
**Describe the solution you'd like**
Introduce a timeout parameter. If the execution takes longer than the timeout app raises an error.
Contributor guide
Assessment
This issue has not been assessed yet.