How to increase the connection throughput for pgbouncer?

前端 未结 2 374
甜味超标
甜味超标 2021-01-11 09:58

I am using pgbouncer in transaction mode & trying to allow close to 500 active transaction. The purpose is simply to stress test the setup

Current setup: [ \'n\'

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-11 10:10

    I know this is an old question but we had similar problem and we simply run more pgbouncers in Docker on different ports against the same database and it works OK. This way you can have different queues from different apps on separate instances of pgbouncer.

提交回复
热议问题