▲ | OutOfHere 3 days ago | |||||||
If I am not mistaken, DuckDB is suitable for columnar analytics queries, less so for multi-column row extractions. Which PG-like functionality does it offer on top? | ||||||||
▲ | datadrivenangel 3 days ago | parent [-] | |||||||
DuckDB does aim to be Postgres compatible from a SQL syntax perspective, but you are 100% correct that it is not optimized for individual transactions. I'm a huge advocate of DuckDB, but strongly consider your life choices if you want to use it as a transactional database. | ||||||||
|