-
**Is your feature request related to a problem? Please describe.**
This issue does not fix a problem.
**Describe the solution you'd like**
I would like to use dbt to run models on chdb. Like in …
-
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`. If I includ…
-
Hello @auxten
I am talking with a few enthusiasts and we are considering to add a few things that will improve the developers' experience on CHDB.
We could work on a proof of concept but first…
-
I noticed that in the following conditions I get when I run the example script for second time:
```
Code: 57. DB::Exception: Directory for table data data/default/testtable/ already exists. (TABLE_A…
-
I am experimenting with chDB and `Memory` engine - [Memory Table Engine](https://clickhouse.com/docs/en/engines/table-engines/special/memory).
It looks like it's not working at all.
All experime…
-
Current chDB(till v2.0.2) relys on temp disk storage to keep the session data.
Everytime `session.query` runs almost everything in memory will be recreated and reinit which caused a lot of state prob…
-
Hello @roman-boiko
Thanks for sharing this example. This runner seems to execute clickhouse-local using the classic pipe mechanism and nodejs exec.
In contrast [chdb](https://chdb.io) supports …
-
### Describe your enhancement idea
Zeus v0.9.1 on Android 12 (Lineage)
2 channels: 1 with Olympus, 1 with Blixt.
### Creating a new invoice with route hints get error "edge not found"
Steps to r…
-
I saw Clickhouse has implemented the new JSON type, has that feature reached chdb yet?
-
I have been playing with **chdb-node** a lot lately - exploring what can I do with the project. I am working on a proof of concept a local emulator of a cloud based datawarehouse.
I programmed a lo…