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

Support generate markdown api-docs from rst file use sphinx. **Usage** ``` make docs-md ``` ### Changelog category (leave one): - New Feature ### Documentation entry for user-facing changes - [...

**Describe the situation** Hi folks! Have been a fan of Clickhouse for a while but just recently came across this project. Super cool. To take it for a quick test...

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...

Hello, This an example on how we can leverage native format. I use golang, but native format is well supported by all clients. I think it could help to be...

Looking at pyproject.toml it seems like both pyarrow and pandas are meant to be optional: ``` [project.optional-dependencies] dataframe = ["pandas>=2.0.0", "pyarrow>=13.0.0"] ``` But the wheel "METADATA" file reads: ``` Requires-Dist:...

question

I'm using chdb-go (v3.4.1 of the underlying chdb library) in session mode to perform a task that involves reading data from a Parquet file and inserting it into another table...

| Quarter | Key Objectives | |---------|---------------| | **Q1** | • Implement JSON type support• Ruby binding• Integrate notebook platforms | | **Q2** | • Python object serialization• Implement datalake...