Y
Hacker News
new
|
ask
|
show
|
jobs
by
jorin
160 days ago
postgres (without extensions) is slower for analytical queries since it stores data as rows, not columns. Also, duckdb is an in-memory database so it's more comparable to sqlite than postgres.
1 comments
vivzkestrel
159 days ago
well what was wrong with apache cassandra? isnt that a columnar database too?
link