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

This PR is in very early stage. The implementation could change a lot for final patch. Just hold this PR for other projects to tracking the progress of "chDB on...

Arrow

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

question

Would love to have Deno supported using FFI

help wanted

👋 Just wanted to quickly check if `chdb` automatically cleans stale MergeTree parts after `optimize table` commands. And if so, how does it work?

bug
help wanted
Session

The example for section `Query On Table (Pandas DataFrame, Parquet file/bytes, Arrow bytes)` on the readme has a dataframe example, but not pyarrow. Also, question: is it zero-copy select?

documentation
Arrow

currently, I am using this hack, could please just add sql method ``` try : if engine == sess: engine.query(value).show() else : engine.sql(value).show() ```

Hello, I browsed the source code of chDB today (having read DuckDBs papers first) and had two questions: As of today, chDB takes over the final query result (which is...

question
Arrow

R has a wonderful data science community. It would be great if there was an R binding. The DuckDB API is built here, I wonder if this could be template...

help wanted
feature request

A lot of binary size comes from the tables engines that may not be relevant for in-process use cases like the merge tree engines, log engines, etc. Would be great...

Minify

> (you don't have to strictly follow this form) **Use case** > A clear and concise description of what is the intended usage scenario is. **Describe the solution you'd like**...

question