Timeout for long running queries
KenanBek opened this issue · 0 comments
KenanBek commented
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.