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. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
@SteZe85 Thank you for your report. |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the response! We'll close the issue then |
Beta Was this translation helpful? Give feedback.
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.