DEV Community

Dimitrios Desyllas
Dimitrios Desyllas

Posted on

How I can load balance Postgresql read connections?

As I asked upon https://dba.stackexchange.com/q/285811/118215

I am looking for an reverse-proxy implementation in order to load balance any read postgresql connection. I want during load balance to retrieve information regarding CPU usage and use the least used Database.

Can you suggest me an already implemented load-balancer for postgresql?

Top comments (2)

Collapse
 
martineboh profile image
Martin Eboh

Have you tried PGBouncer?

Collapse
 
pcmagas profile image
Dimitrios Desyllas

No, have you used it? What's your opinion on that? Can you provide me a use case?