Live data from Hacker News

DuckLake is an integrated data lake and catalog format

ducklake.select

1–10 of 114 posts

Re: DuckLake is an integrated data lake and catalog format

#8
post #5

Great idea, poor naming. If you’re aiming for a standard of sorts, tying it to a specific software by reusing its name feels counter productive. “Ducklake DuckDB extension” really rolls off the tongue /s.

Quite a bummer, particularly because the main selling point is that it can be utilized with any SQL database (iiuc).

Re: DuckLake is an integrated data lake and catalog format

#9
Iceberg competitor, addressing some of its shortcomings, like blown-up metadata:

https://quesma.com/blog-detail/apache-iceberg-practical-limi...

Even Snowflake was using FoundationDB for metadata, whereas Iceberg attempts to use blob storage even for the metadata layer.

Re: DuckLake is an integrated data lake and catalog format

#10
post #8
post #5

Great idea, poor naming. If you’re aiming for a standard of sorts, tying it to a specific software by reusing its name feels counter productive. “Ducklake DuckDB extension” really rolls off the tongue /s.

Quite a bummer, particularly because the main selling point is that it can be utilized with any SQL database (iiuc).

If I understand the Manifesto correctly, the metadata db can be any SQL database but the client needs to be DuckDB + DuckLake extension no ?
Post reply on HN