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)
Have you tried PGBouncer?
No, have you used it? What's your opinion on that? Can you provide me a use case?