Y
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
thenaturalist
420 days ago
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...
link
nasretdinov
421 days ago
It does, but the performance isn't great apparently:
https://github.com/duckdb/duckdb/discussions/10161
link
theLiminator
421 days ago
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.
link