Re: md5 password deprecation might cause problems with PgBouncer setups

2025-06-06 Thread Jelte Fennema-Nio
On Sat, 7 Jun 2025 at 00:12, Andres Freund wrote: > I assume this is due to the fairly high iteration count we use by default? Maybe... But looking closer at the PgBouncer code another option that seems pretty likely is that PgBouncer is regenerating a secret over and over again, if users store t

Re: md5 password deprecation might cause problems with PgBouncer setups

2025-06-06 Thread Andres Freund
Hi, On 2025-06-06 23:48:18 +0200, Jelte Fennema-Nio wrote: > First of all, I'm definitely in favor of sunsetting md5 password auth myself. > > However, I would like to share a possible issue that users might run > into while we're doing this: Apparently the overhead of scram-256 is > much higher i