Hacker News new | past | comments | ask | show | jobs | submit login

Disclaimer: I am a chdb maintainer! duckdb is currently thinner and has lots of active contributors and mature integrations, while chdb is still in its early stages BUT if you already love ClickHouse (like we do) chdb is a great choice as it inherits all the ClickHouse stability, performance and more importantly, all the 70+ supported formats for the embedded use case without any of the server/client requirements, making it perfect for fast in-process and serverless OLAP executions.

Note chdb is based on ClickHouse codebase but completely community powered so there's no feud with DuckDB (I'm a quackhead, too!) which actually offers lots of great inspiration and many integration opportunities with ClickHouse/chdb for combined compute and processing of datasets. I personally love both and use them together all the time in my colab "OLAPps"




Where can I find an SVG version of this logo? https://github.com/chdb-io/chdb/raw/main/docs/_static/snake-...



does chdb have support for recursive CTES?

It and the ability to do `from 'https://example.com/.csv` is why i love duckdb


ClickHouse 10 years before DuckDB existed:

SELECT * FROM url('https://example.com/*.csv')


not as simple as from 'a.csv' and 10 years without recursive CTES?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: