Re: Pgbouncer performance query
Dominique Devienne <ddevienne@gmail.com>
From: Dominique Devienne <ddevienne@gmail.com>
To: KK CHN <kkchn.in@gmail.com>
Cc: pgsql-general <pgsql-general@postgresql.org>
Date: 2026-01-22T12:35:30Z
Lists: pgsql-general
On Thu, Jan 22, 2026 at 1:29 PM KK CHN <kkchn.in@gmail.com> wrote: > I agree when I have increased the concurrent connections to 300 (pgbench -c 300 ) then Direct hit on DB server fails with Error too many clients as follows Just increase max_connections then: https://www.postgresql.org/docs/current/runtime-config-connection.html#GUC-MAX-CONNECTIONS Sounds like you should stick to direct PostgeSQL access, if pgBouncer makes it 10x slower :). --DD