#rust
3 posts · all posts
DataFusion 53, a Vendored Fork, and 40% Faster Queries
We upgraded SQE from DataFusion 52 to 53 by forking and rebasing iceberg-rust ourselves. The result: 27-40% faster across every benchmark suite.
43 Findings, Zero Deferred: A Production Security Audit of a Rust SQL Engine
We ran a full production sign-off audit against SQE and found 43 issues across security, runtime safety, logic bugs, and code quality. Then we fixed all of them in one session.
We Replaced Our Trino Fork with a Rust SQL Engine
How we went from maintaining a 2M-line Java fork to shipping a 50MB binary that runs every query as the authenticated user.