code1br / heroku-buildpack-pgpool

Pgpool-II Heroku Buildpack
MIT License
3 stars 7 forks source link

sharding? #2

Closed gregorykan closed 6 years ago

gregorykan commented 6 years ago

hi again @sobrinho, wondered whether it would be possible to do sharding, or if that would be outside of what you can do in heroku with follower databases?

sobrinho commented 6 years ago

I think that's outside the Heroku support since what Heroku does is replication.

Although, if pgpool supports what you need, you would be able to fork this buildpack and change the configuration file.