|
|
|
|
|
by cakoose
741 days ago
|
|
A few years ago I was considering Heroku for something new. But then I learned that Heroku Postgres's HA offering used async replication, meaning you could lose minutes of writes in the event that the primary instance failed. That was a dealbreaker. That was very surprising to me. Most businesses that are willing to pay 2x for an HA database are probably NOT likely to be ok with that kind of data loss risk. (AWS and GCP's HA database offerings use synchronous replication.) |
|