tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.12k stars 32 forks source link

Benchmark results #282

Open zamazan4ik opened 1 year ago

zamazan4ik commented 1 year ago

Hi!

According to the README file - "The top advantages of PL/Rust include writing natively-compiled functions to achieve the absolute best performance ...".

Are there benchmarks regarding "plrust vs other procedural languages supported on PostgreSQL"? Would be much easier to compare plrust with other tools from the measurable point of view.

Thanks in advance!

thomcc commented 1 year ago

https://aws.amazon.com/blogs/database/build-high-performance-functions-in-rust-on-amazon-rds-for-postgresql/ has some benchmarks for a specific function:

Screenshot 2023-06-02 at 11 47 54 AM