SYSTEM Cited by 1 source
pgagroal¶
What it is¶
pgagroal (agroal.github.io/pgagroal) is a high-performance Postgres connection pooler, designed from the outset for minimal overhead and high throughput. It is positioned alongside Odyssey as a newer performance-focused alternative to PgBouncer.
Seen in¶
- sources/2020-06-23-zalando-pgbouncer-on-kubernetes-minimal-latency — evaluated by Zalando's Postgres Operator team alongside PgBouncer, Pgpool-II, and Odyssey. Kukushkin: "Odyssey and pgagroal are much newer and try to be more performance optimized and scalable than the alternatives." The operator ultimately chose PgBouncer for maturity, with a pluggable interface allowing pgagroal swap-in if desired.
Related¶
- systems/pgbouncer · systems/odyssey · systems/pgpool-ii — peer alternatives in the pooler landscape.
- systems/postgresql