upvote
Well, I can tell you this is making me actively reconsider dropping duckdb for ch as we go from prototype to prod
reply
Definitely encroaching.

Our last product (SaaS observability) uses Clickhouse.

Our next product (self-hosted observability) uses DuckDB.

reply
I was building an OpenTelemetry observability platform in a single executable file (in Golang) and was using ClickHouse as the database, and replaced it with an embedded DuckDB, so now it's truly a single executable file platform.

https://github.com/adhamsalama/nabatshy

reply