▲ | srameshc 3 days ago | ||||||||||||||||
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 | |||||||||||||||||
▲ | markusw 3 days ago | parent | next [-] | ||||||||||||||||
While I really like DuckDB, I wouldn't use it for OLTP workloads. I'm curious, when do you want to treat your Postgres like SQLite? :-) That's basically the opposite of what I was thinking of in the article. | |||||||||||||||||
| |||||||||||||||||
▲ | oulipo2 3 days ago | parent | prev [-] | ||||||||||||||||
In what kind of scenarios are you using Duckdb from postgres? And does it improve over, say, having a Clickhouse instance nearby? |