Scale PgBouncer Across All CPU Cores on Ubuntu with SO_REUSEPORT
PgBouncer is one of the most popular PostgreSQL connection poolers, but it has an important limitation: each PgBouncer process is single-threaded. No matter how many CPU cores your server has, a single PgBouncer instance can only fully utilize one of them. In this tutorial you’ll learn how to run multiple PgBouncer processes on Ubuntu, all […]
