←back to thread

75 points markusw | 1 comments | | HN request time: 0.213s | source
Show context
srameshc ◴[] No.45336395[source]
When I want to treat my Postgres like SQLite , I use DuckDB using PostgreSQL Extension https://duckdb.org/docs/stable/core_extensions/postgres.html and this is one of may extensions, there is more and I love DuckDB for that
replies(2): >>45336510 #>>45336784 #
1. oulipo2 ◴[] No.45336510[source]
In what kind of scenarios are you using Duckdb from postgres? And does it improve over, say, having a Clickhouse instance nearby?