A Postgres rewrite in Rust, “Pgrust,” just released v0.2, claiming to be faster than both native PostgreSQL and ClickHouse on critical benchmarks. This is a monumental achievement in database engineering.
Specifically, Pgrust v0.2 achieved an 18.5 percent faster combined score than ClickHouse on the ClickBench benchmark, leveraging its built-in pgrcolumnar layout. For OLTP workloads, it delivered 30 percent higher throughput than PostgreSQL 18.3 on read-only operations at 300GB scale.
These are not small gains, and they were independently reviewed by an expert in PostgreSQL performance. While there are caveats regarding CPU tuning and deployment environments, the implications for database performance and the potential for Rust in system-level software are profound.
The future of high-performance databases just got more interesting.

















































































































