In this case it's justified because Rust allows safe implementation of threaded code. Current Postgres is per-process. Switching to threading yields performance improvements.
> Current Postgres is per-process. Switching to threading yields performance improvements.
Please describe in detail what you believe this means and the mechanism by which switching from processes to threads improves performance.
> Current Postgres is per-process. Switching to threading yields performance improvements.
Please describe in detail what you believe this means and the mechanism by which switching from processes to threads improves performance.