chdb icon indicating copy to clipboard operation
chdb copied to clipboard

chDB supports parallel queries in multi-connections

Open kafka1991 opened this issue 2 months ago • 0 comments

chDB currently implements query execution through a global connection, but this limits true parallel query performance. This issue aims to implement parallel query processing withmulti-connection support to fully utilize the underlying ClickHouse engine capabilities.

kafka1991 avatar Sep 29 '25 10:09 kafka1991