Load Balancing SQL Queries Using Pgpool-II
January 29, 2021 • Michal Jemala
As we grow we need to be able to scale out. This may not be as easy when dealing with traditional relational databases. Load-balancing queries and splitting reads and writes is a valid approach to deal with these problems. Let’s explore how we used Pgpool-II to achieve this.