Hacker News new | ask | show | jobs
by sqlcommando 1223 days ago
pgbouncer supports session and transaction pooling. With session pooling a connection will be associated with the same session throughout its use. With transaction pooling each transaction on the connection could potentially get a different session.