I've got Postgres 13 version and PG-bouncer. How can I using connection and query to database test usefulness of pgbouncer? I mean start query which generate connections or other and at the end of test we see that time of query is lower, or workload on database without bouncer is higher?
Asked
Active
Viewed 98 times
0
-
2use PGBENCH tool https://www.postgresql.org/docs/current/pgbench.html – Adelino Silva Jan 25 '23 at 15:02
-
pgbouncer can server many different purposes and has many different configurations. How to demonstrate its efficacy depends on why you are using it and how you have it configured. – jjanes Jan 25 '23 at 18:18