Re: BUG #17467: Perf degradation after switching to latest jdbc drivers - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17467: Perf degradation after switching to latest jdbc drivers
Date
Msg-id 37278.1650893772@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17467: Perf degradation after switching to latest jdbc drivers  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Due to the CVE-2022-21724  we upgraded our driver from 42.2.22 to 43.3.3. 
> We've now started to a large perf degradation during initial opens to the
> database.

You'd be best off to inquire about that on the pgsql-jdbc mailing list.
This list deals with issues in the core server, which I doubt that is.

FWIW, you might want to double-check that you've not accidentally
changed any connection parameters.  It could be useful to enable
log_connections on the server, so you can see if the connection
attempts look any different in the server log.

            regards, tom lane



pgsql-bugs by date:

Previous
From: 와따가따
Date:
Subject: [issue] wal_buffers_full increases depending on the values of wal_buffers and wal-segsize
Next
From: Tom Lane
Date:
Subject: Re: domain type with create cast not working on pg15, but work on pg14