标签
Conviva的这篇技术博客文章描述了一个实验:在他们的Rust查询引擎中,用io_uring替换mmap后,在高并发下由于页面缓存抖动和页面错误导致性能变慢。
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.