-
**Describe the bug**
Is there an easy way to use clickhouse-sqlalchemy with https://github.com/chdb-io/chdb/, for use cases like integration tests? It looks like the only available drivers are `nativ…
yunyu updated
7 months ago
-
- I noticed that the project is currently only allowed to compile under JDK22?
https://github.com/chdb-io/chdb-java/blob/ea2d84799c2792d51994b9a6008a0ed4e6e01cd6/pom.xml#L12
- Is there a possibl…
-
https://auxten.com/chdb-is-joining-clickhouse/
-
https://auxten.com/the-born-of-chdb/
-
I'm using :
- CHDB 2.0.4
I'm trying to execute this python :
```Python
from pathlib import Path
import pytest
from typing import Generator, List, Optional
from chdb import dbapi
from c…
-
Hello @hatarist 👋 I'm one of the maintainers at [chdb](https://chdb.io) (in-process OLAP engine based on ClickHouse) and found your amazing unofficial CLI while looking for inspiration to extend our …
-
### What happens?
Very slow join on a small table.
This is extracted from a larger query on a multi-billion row table. The performance behavior can be observed at any scale though.
### To Rep…
-
With the following program, I'm not able to query `system.parts`.
``` go
package main
import (
"fmt"
"github.com/chdb-io/chdb-go/chdb"
)
func main() {
result, err := chdb.Query("SEL…
-
Would be pretty interesting to see how well these OLAP query engines fare.
-
@reema93jain please make a new pull request when Chdb support views from reading parquet, until then I can't merge your stuff