Quack! 📢🦆

A new extension has been announced for #DuckDB which turns any DuckDB instance into a client or a server. Optimisations have also been made to deliver great performance for simultaneous client connections, transactions and small inserts.

https://quack.duckdb.org

Quack Remote Protocol

The Quack protocol turns DuckDB into a client-server database.

DuckDB
I always tell people that #DuckDB is great for processing millions of rows in analytics, but that it's not for client - server workloads with many small transactions, where PostgreSQL would be a better fit. With quack I'll need to change that advice.