Hello,
Pgpool is an open-source middleware that extends PostgreSQL database capabilities. It acts as a proxy server that sits between PostgreSQL database servers and client applications, offering several key features:
- Connection pooling: Manages and reuses database connections efficiently
- Load balancing: Distributes database queries across multiple PostgreSQL servers
- High availability: Provides failover mechanisms to ensure database continuity
Web : https://pgpool.net
Documentation to check a cluster : https://www.pgpool.net/docs/latest/en/html/example-cluster.html
It would be nice to have a Monitoring Connector for it.
Regards.
