Configure a minimum connection pool size
Author: reecefenwickCreated Sep 8, 2023Updated Sep 8, 2026
Labelsenhancement
Is it possible to configure the postgres client to maintain a minimum connection pool size?
Creating connections is an expensive process, I'm looking to ensure a minimum baseline of connections to mitigate latency as the pool warms up to it's max
Source: porsager/postgres