Re: OpenSSL v3 performance regressions
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Adrien Nayrat <adrien.nayrat@anayrat.info>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-26T08:52:06Z
Lists: pgsql-hackers
> On 26 Sep 2023, at 10:36, Adrien Nayrat <adrien.nayrat@anayrat.info> wrote: > Should Postgres support alternative SSL libraries has HAProxy? PostgreSQL can be built with LibreSSL instead of OpenSSL, which may or may not be a better option performance wise for a particular application. Benchmarking your workload is key to understanding performance, a lot of the regressions pointed to in that blogpost wont affect postgres. -- Daniel Gustafsson