Hacker News new | ask | show | jobs
by voganmother42 3235 days ago
One solution, use external pooler like pgbouncer or mysql-proxy running on a small instance(s)
1 comments

I'm actually kind of blown away RDS doesn't have pgbouncer installed on the database. That's how we operate...each db server has pgbouncer living right on it. We connected to bouncer, not directly to the DB.