This post is about an issue I ran into when trying to use pgbouncer in front of Yugabyte YSQL, the postgres layer yugabyte reuses for handling relational data. pgbouncer: https://www.pgbouncer.org yugabyte: https://www.yugabyte.com postgres: https://www.postgresql.org The case for pgbouncer. Pgbouncer is a connectionpool for postgres databases. It’s a process sitting in between the client and the …Read More