Postgres and Connection Pooling
A rule of thumb I’d use is if you have over 100 connections you want to look at something more robust
.. In contrast to the 5MB-ish standard connection to Postgres PG Bouncer has a 2kb per connection.
A rule of thumb I’d use is if you have over 100 connections you want to look at something more robust
.. In contrast to the 5MB-ish standard connection to Postgres PG Bouncer has a 2kb per connection.