The other challenge however is that Postgres creates a transaction context per connection. So if you

The other challenge however is that Postgres creates a transaction context per connection. So if you open up a lot of connections, you kill your Postgres instance with OOM
Was this page helpful?