Scaling up and load balancing your PostgreSQL Cluster using Pgpool-II

Scaling up and load balancing your PostgreSQL Cluster using Pgpool-II

PostgreSQL’s speed, robustness and security makes it suitable for 99% of the new-age applications. Today, let’s deep dive into how you can enable scalability and load balancing of your PostgreSQL cluster using Pgpool-II. When your PostgreSQL starts to receive more transactions and needs to scale up, consider using a Load Balancer for the PostgreSQL clusters. It helps enhance your database query retrieval.


[...]