Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://b-peng.blogspot.com/2020/07/connection-pooling-in-pgpool.html

https://scalegrid.io/blog/postgresql-connection-pooling-part-4-pgbouncer-vs-pgpool/



PGPOOL_CHILD_MAX_CONNECTIONS=1 --env PGPOOL_MAX_POOL=1PGPOOL_CHILD_MAX_CONNECTIONS=20 --env PGPOOL_MAX_POOL=20PGPOOL_CHILD_MAX_CONNECTIONS=1 --env PGPOOL_MAX_POOL=20PGPOOL_CHILD_MAX_CONNECTIONS=5 --env PGPOOL_MAX_POOL=5

PGPOOL_CHILD_MAX_CONNECTIONS=20 --env PGPOOL_MAX_POOL=1

Check-in4.4893.3794.6483.4844.702
Check-out9.6818.48510.5279.56410.421
Check-in4.9724.5145.2995.0235.65
Check-out9.69110.24510.58810.78410.373



we saw here 40 connections max



...