Pgbouncer how to test usefullness using query

154 Views Asked by At

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?

0

There are 0 best solutions below