Unable to Run Parallel ClickHouse Queries in Multiple Tabs #41244
DescriptionWhen waiting for the results of a long-running SQL query, I’m unable to execute another query against the same database in a different tab — for example, to monitor resource consumption or inspect running processes while the original query is still executing. The following error message is displayed:
DBeaver VersionCommunity Edition Version 26.0.5.202605171705 Operating SystemWindows 11 Database and driverClickHouse 26.4.2.10 Steps to reproduce
Additional contextIn older versions of the clickhouse-jdbc driver it was possible to issue multiple statements at the same time in different tabs. |
Answered by
Destrolaric
May 28, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't reuse connection if you have a session_id, you can change this combo to Always, to create new connection for each tab. It's located in Connection settings
SQL Editorpage.