Duck Hunt: Moving Bauplan from DuckDB to DataFusion
bauplanlabs.com·19h·
Discuss: Hacker News
Flag this post

TL;DR: we migrated our ephemeral SQL engine from DuckDB to DataFusion. We explain our decision process (no, it’s not because “it’s Rust”), what went well, and what not-so-well in the process, in the hope it helps other system builders with their own decisions and trade-offs.

Last week, we defaulted the Bauplan feature flag enable-df-query to true. One small change for our CLI, one giant change for our backend. Since then, all incoming SQL operations have been handled by Apache DataFusion instead of DuckDB.

While not generally available yet, Bauplan already runs hundreds of thousands of data pipelines for early customers across four AWS regions, making the switch an important milestone for both our small…

Similar Posts

Loading similar posts...