|
|
|
|
|
by cmelbye
5388 days ago
|
|
They actually have a very impressive dedicated database service: https://postgres.heroku.com/ It supports scaling vertically by throwing in more cache, faster CPU, etc. Once you outgrow that, it supports horizontal scaling by replicating to read-only slaves. |
|