-
Hello! : ) I am working on some feature engineering tasks and I find your great job. But I encountered some API limitations. Such APIs are supported by clickhouse and duckdb, but not supported by chDB…
-
thanks for your great job, is it possible to compile a chdb static library?
-
I'd like to be able to do this:
```bash
pipx install chdb
chdb "SELECT 1,'abc'" Pretty
```
As an alternative to this:
```bash
pip install chdb
python3 -m chdb "SELECT 1,'abc'" Pretty
```
…
-
👋
Just wanted to quickly check if `chdb` automatically cleans stale MergeTree parts after `optimize table` commands. And if so, how does it work?
-
data may stock in rdb,like postgre,and how to query it by chdb?
-
first congratulation on the progress you made, chDB is substantially better than just 6 months ago, I am trying to read a folder of csv and export it to delta, current I am using df = sess.sql(sql,"Ar…
-
I am trying to trigger a force close to a CLN peer because I think I am experiencing the issue described in https://github.com/lightninglabs/chantools/blob/master/doc/chantools_triggerforceclose.md
…
-
This community repository contains my own work and was hosted on my personal github and not part of chdb or its codebase. I was convinced to host this (and other) personal repositories with chdb integ…
-
Hello, apologies if this is covered elsewhere, but I was curious if webassembly support is planned? Imagine it might be easier on this embeddable target compared to the larger clickhouse project.
A…
-
I want to use this IDE with ClickHouse (which supports similar scenarios but is more powerful than DuckDB).