-
@reema93jain please make a new pull request when Chdb support views from reading parquet, until then I can't merge your stuff
-
(you don't have to strictly follow this form)
**Describe the situation**
What exactly works slower than expected?
**How to reproduce**
* Which ClickHouse server version to use: chdb 2.0.2
cod…
-
Code snippet to reproduce:
```python
df = pd.read_parquet(f'{GRAPHRAG_FOLDER}/create_final_community_reports.parquet',
columns=["id","community","level","title","summary", "fin…
-
I expect no errors while inserting struct below, but instead I get error `unsupported ClickHouse column`
```golang
package main
import (
"context"
"fmt"
"reflect"
"github.com/uptrace/…
-
Is there a way to connect to chdb using clickhouse-go?
-
> (you don't have to strictly follow this form)
**Use case**
As a chDB user I'd like to embedd the chDB inside a Java process
**Describe the solution you'd like**
Provide a self contained …
-
Use orm, we doesn't need to write raw sql to do crud operation, instead of using sqlalchemy package to deal with database.
Usually, with one orm class to map one database table. for example as below:…
-
The hashbang length makes it challenging to share a benchmark results on https://benchmark.clickhouse.com/#.........
Maybe if the assumption was that a metric is not selected (false) by default, th…
-
**Use case**
I'd like to use `chdb` as a query engine for a custom storage engine implemented in Python.
**Describe the solution you'd like**
Pass some kind of filters to `PyReader#read` meth…
-
(you don't have to strictly follow this form)
**Describe the unexpected behaviour**
When using chdb for inserting data into a table (classic MergeTree table) in the local filesystem, sometimes it …