Hacker News new | ask | show | jobs
by Jonnax 2232 days ago
Indeed.

Also the server the DB is on is RAM constrained. And Postgres making a process per connection brings it right down versus using pgBouncer to pool connections.

It seems complicated but it's actually quite simple.