Switch language한국어
Back to the list

Quack protocol turns DuckDB into a client-server system, enabling connections between multiple DuckDB instances

TL;DR AI

Key summary

2 min read
  1. DuckDB introduced Quack, an HTTP-based client/server protocol that lets one DuckDB instance serve multiple DuckDB clients.

  2. Quack supports authentication, concurrent reads and writes, and fast bulk data transfer for analytics workloads.

  3. The feature ships as an extension in DuckDB v1.5.2, with tighter DuckLake integration planned.

  4. A formal release is targeted for DuckDB v2.0 later this fall, expanding DuckDB beyond embedded local use.

Read the original