Cancel queries on timeout/connection close #278
raghavan-arvind
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We've been running into several issues where we run expensive queries in Metabase against Clickhouse. When these queries timeout, users tend to refresh the page to run them again, but we believe the original query is still running in Clickhouse. This leads to performance degradation for all users. Was wondering if we had considered supporting canceling queries on connection close/timeouts which would help prevent this.
Beta Was this translation helpful? Give feedback.
All reactions