用Rust重写的Postgres,现已100%通过Postgres回归测试
摘要
pgrust是用Rust重写的PostgreSQL 18.3,通过了所有46k+回归测试,旨在通过Rust和AI辅助使Postgres更易于修改。它是磁盘兼容的,并且可以从现有的Postgres数据目录启动。
查看缓存全文
缓存时间: 2026/07/09 07:35
pgrust
用 Rust 重写的 Postgres。
相似文章
@ErickSky:他们用 Rust 完全重写了 PostgreSQL……而且已经 100% 通过了官方的 Postgres 测试!注意,这是……
从头用 Rust 重新实现 PostgreSQL,已 100% 通过官方测试,磁盘兼容,并声称在开发中版本中性能大幅提升(事务型负载快 50%,分析型负载快约 300 倍)。
We're building Postgres in Rust. Using the LLVM of databases
Turso announces a project to build a modern, Rust-based version of Postgres using its core database engine, positioning itself as the LLVM of databases with features like self-updating materialized views.
Making Postgres 300x faster for analytics: batching, operator fusion, and SIMD
pgrust 0.2 rebuilds the Postgres query engine with batching, operator fusion, and SIMD, achieving 300x faster analytical queries and 30% faster OLTP than Postgres.
WAL-RUS:使用Rust重写的WAL-G PostgreSQL备份工具
ClickHouse Cloud 宣布推出 WAL-RUS,这是一个开源的、使用 Rust 重写的 WAL-G PostgreSQL 备份工具,专注于可预测的内存使用和 WAL-G 兼容性。
只改一个函数,性能提升10倍?解读一个 Rust 性能 PR
一篇深度博文,通过基准测试复现和代码分析,解读 GreptimeDB 中让 Prometheus 读取转换速度提升 10 倍的 Rust 性能 PR。