chdb icon indicating copy to clipboard operation
chdb copied to clipboard

chDB is an in-process OLAP SQL Engine πŸš€ powered by ClickHouse

Results 77 chdb issues
Sort by recently updated
recently updated
newest added

> Please make sure that the version you're using is still supported (you can find the list [here](https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#scope-and-supported-versions)). > You have to provide the following information whenever possible. **Describe what's...

Currently, chDB executes queries by fetching the entire result set at once through the query_conn interface. This approach may lead to high memory usage and latency for large datasets. To...

See [chdb-node](https://github.com/chdb-io/chdb-node/issues/17#issuecomment-2795728197)

**Describe the unexpected behaviour** Window view like clickhouse server. **How to reproduce** chdb==3.1.2 Python 3.10.12 Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy ```python import os from...

Hi, I would like to know if there is any plan to upgrade CHDB to 202503 LTS clickhouse version ? More generally, what is the policy regarding newest Clickhouse version...

question

**Describe what's wrong** I tried to create a table in `default` database, and it fails without explicit error. If I create table in non-`default` databases, it works as expected. https://github.com/JakkuSakura/chdb-rust/commit/271543383827da3ed42e4ae883c9d767d5f379f6...

Perhaps we should offer a version of connect_chdb that doesn't throw exceptions.

**Use case** User is running long queries and we would like to report progress of the query execution. **Describe the solution you'd like** An API that would deliver progress packets...

If I have a pandas dataframe whose index does not include a `0`, I get an error if I try to query it: `chdb.ChdbError: Code: 1001. DB::Exception: pybind11::error_already_set: KeyError: 0`....

I saw Clickhouse has implemented the new JSON type, has that feature reached chdb yet?

question