Re: OpenSSL v3 performance regressions - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: OpenSSL v3 performance regressions
Date
Msg-id B6B3C9FB-8D44-4CC9-BFB1-37ED60E379DA@yesql.se
Whole thread Raw
In response to OpenSSL v3 performance regressions  (Adrien Nayrat <adrien.nayrat@anayrat.info>)
List 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




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Move global variables of pgoutput to plugin private scope.
Next
From: "a.rybakina"
Date:
Subject: Re: POC, WIP: OR-clause support for indexes