chdb
chdb copied to clipboard
chDB supports parallel queries in multi-connections
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.