-
Performance impact of idle PostgreSQL connections | Amazon Web Services
The Performance Impact of Idle Postgres Connections — Connections to a Postgres database consume resources even when they’re idle and this post digs into why, along with some benchmarks. If you need to get connection numbers down, consider poolers like Pgpool-II, PgBouncer or RDS Proxy (when appropriate).