Hacker News new | ask | show | jobs
by Exuma 2158 days ago
The main reason I can think of would be when you have hundreds of workers accessing a DB but the DB only has a small connection limit, say 200 or something. You can have the workers access the connection through pgBouncer to bring that up into the thousands.
1 comments

Thanks! That's really helpful context.