Hacker News new | ask | show | jobs
by theLiminator 421 days ago
Nah, duckdb does have their own format (not sure if it's write friendly, though i believe it is).
2 comments

It cannot do concurrent writes natively and that is not a design goal of the DuckDB creators. See: https://duckdb.org/docs/stable/connect/concurrency.html#writ...
It does, but the performance isn't great apparently: https://github.com/duckdb/duckdb/discussions/10161
Yeah, I don't really know. Though in the OLAP space that issue/discussion is really old. There's a good chance that performance is dramatically better now though YMMV.