6 ms·
How much of the performance gain is from using Rust, compared to using optimizations that are not done in the original PostgreSQL code (like using threads inste
by eu-tech-tak 2mo ago
How much of the performance gain is from using Rust, compared to using optimizations that are not done in the original PostgreSQL code (like using threads instead of processes, etc.)?
I am simply curious what the benefits of using Rust are in this instance.