I Rewrote Postgres in Rust. Now It’s Faster Than Postgres and ClickHouse.
A Rust rewrite of Postgres that ditches the legacy process-per-connection model, adopts threads and direct-to-binary codegen, and integrates Arrow/SIMD. The result: a single database that outperforms both Postgres and ClickHouse. The language is just the enabler—the real breakthrough is architectural.