II support for read only query load balancing

TL:DR Does Heroku support pgpool-II for master-slave read only load balancing? Other solutions?

We are planning to go live with our application on heroku within the next couple of months. The biggest potential scaling hurdle at the moment for us is getting past the database connection limits. We've already employed pgbouncer. (https://github.com/gregburek/heroku-buildpack-pgbouncer) Now we are looking at master-slave read only query load balancing. We would prefer to use something like pgpool instead of rolling our own in-app balancer. (playframework)

Vertical scaling of the database doesn't make much sense for us because the size of data will remain relatively small. Plus the price or higher heroku db tiers increases exponentially. (we would prefer linear scale)

Have you had success with read only query load balancing on heroku? What was your approach?

链接地址: http://www.djcxy.com/p/79066.html

上一篇: 将分级数据库从heroku复制到亚硝化发展

下一篇: II支持只读查询负载均衡