flâneur — a map of the web's best reading

DuckLake: SQL as a Lakehouse Format – DuckDB

duckdb.org · 83 words · saved by 1 readers

TL;DR: DuckLake simplifies lakehouses by using a standard SQL database for all metadata, instead of complex file-based systems, while still storing data in open formats like Parquet. This makes it more reliable, faster, and easier to manage. The first part of the blog post is shared with the DuckLake manifesto. Jump to the DuckLake extension section to read the rest. Innovative data systems like BigQuery and Snowflake have shown that disconnecting storage and compute is a great idea in a time where storage is a virtualized commodity. That way, both storage and compute can scale independently and we don't have to buy expensive database machines just to store tables we will never read. At the same time, market forces have pushed people to insist that data systems use open formats like Parquet to avoid the all-too-common hostage taking of data by a single vendor. In this new world, lots of data systems happily frolic around a pristine “data lake” built on Parquet and S3 and all was well.

DuckLake: SQL as a Lakehouse Format – DuckDB DuckLake: SQL as a Lakehouse Format Mark Raasveldt, Hannes Mühleisen 2025-05-27 · 30 sec TL;DR: DuckLake simplifies lakehouses by using a standard SQL database for all metadata, instead of complex file-based systems, while still storing data in open formats like Parquet. This makes it more reliable, faster, and easier to manage. Recent Posts release Announcing DuckDB 1.4.5 LTS (Andium) 2026-06-17 The DuckDB team release Announcing DuckDB 1.5.4 (Variegata) 2026-06-17 The DuckDB team All blog posts

Explore this link on the map →

related reading