Hacker News new | ask | show | jobs
by adammarples 234 days ago
I have been playing today with ducklake, and I have to confess I don't quite get what it does that duckdb doesn't already do, if duckdb can just run on top of parquet files quite happily without this extension...
1 comments

It's main purpose is to solve the problem of upserts to a data lake, because upsert operations to file based data storage are a real pain.