Postgres Powered by DuckDB: The Modern Data Stack in a Box
crunchydata.com
Postgres Powered by DuckDB: The Modern Data Stack in a Box
1–3 of 3 posts
Re: Postgres Powered by DuckDB: The Modern Data Stack in a Box
#2Why is it that grafting a whole other query engine in is working, while attempts at bringing column storage (cstore) in, in a more integrated way, did not?
Re: Postgres Powered by DuckDB: The Modern Data Stack in a Box
#3Why is it that grafting a whole other query engine in is working, while attempts at bringing column storage (cstore) in, in a more integrated way, did not?
I think it comes down to every aspect of the DBMS being optimized differently. For instance, UDFs in DuckDB have vectors as input and output, while that would be confusing and unnecessary in PostgreSQL.