9 ms·
It depends what you're measuring. For streaming workloads they're reporting 923x speedup for aggregations, and 105x for insertions, over iceberg [1]. There are
by cbility 5mo ago
It depends what you're measuring. For streaming workloads they're reporting 923x speedup for aggregations, and 105x for insertions, over iceberg [1].
There are also some improvements other areas, e.g. cross table transactions are not possible in iceberg/delta, but they are in ducklake. [2]
[1] https://ducklake.select/2026/04/02/data-inlining-in-ducklake/#we-need-to-talk-about-iceberg https://ducklake.select/2026/04/02/data-inlining-in-ducklake...
[2] https://ducklake.select/manifesto/#features https://ducklake.select/manifesto/#features
- orthoxerox 5mo agoBut that's a single use case. I also can put a Postgres DB in front of Iceberg, add some views in Trino to consume the data and get faster streaming ingestion. I know this sounds like that Dropbox is just rsync+cron post, but as soon as you replace pure insertions with upserts the gap should vanish.