You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PgBouncer is single-threaded and uses one CPU core per instance. This option is a way to get PgBouncer to use more CPU cores.
Since version 1.12, PgBouncer supports the SO_REUSEPORT socket option, which allows running multiple instances of PgBouncer on the same host on the same port and they will share the connections.
vitabaks
changed the title
TODO: Support for multiple PgBouncer processes using so_reuseport
Support for multiple PgBouncer processes using so_reuseport
Oct 17, 2023
PgBouncer is single-threaded and uses one CPU core per instance. This option is a way to get PgBouncer to use more CPU cores.
Since version 1.12, PgBouncer supports the SO_REUSEPORT socket option, which allows running multiple instances of PgBouncer on the same host on the same port and they will share the connections.
Test: https://gitlab.com/postgres-ai/postgresql-consulting/tests-and-benchmarks/-/issues/5
Consider sponsoring the project via GitHub or Patreon
The text was updated successfully, but these errors were encountered: