Comment by dirtbag__dad
3 days ago
OLAP conveniently not mentioned. Anyone have any suggestions for this?
We tried to get as much mileage as we could out of Postgres before we switched to clickhouse and it was night and day.
3 days ago
OLAP conveniently not mentioned. Anyone have any suggestions for this?
We tried to get as much mileage as we could out of Postgres before we switched to clickhouse and it was night and day.
This. Postgres is slow for large inserts compared to eg. Clickhouse.
This slowness is mostly because of OLTP features
why not use DuckDB ?
of course that depends on your workload etc - but for most cases duckDB should be efficient.