Hacker News new | ask | show | jobs
by hmmokidk 1859 days ago
Are we still going to need PgBouncer when there are a large number of connections?
1 comments

For now yes. The idle connection changes help but it's still inefficient. I would like to see connection pooling functionality merged into core PG at some point. Eliminate the need for network hop/IPC and enable better back-pressure etc.