You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webapp): use only per-query caps on the runs-list ClickHouse pool
Drops max_memory_usage_for_user and max_concurrent_queries_for_user. Those are
per-ClickHouse-user limits, and every connection is the default user, so hitting
the shared budget rejects whichever query arrives next rather than the one
responsible, which would fail queries for uninvolved tenants. The per-query caps
(max_execution_time, max_memory_usage, max_threads) bound a bad query to itself,
and the server-level max_server_memory_usage protects the node.
0 commit comments