Hacker News new | ask | show | jobs
by jdc 1888 days ago
Isn't this a solved problem? Just use a failover, right?
1 comments

If your consistency model allows you to use their asynch replication and potentially lose data in surprise switchover - sure. Otherwise you’re looking at similarly worse performance and also worse reliability
In our case async replication was acceptable, so we had a failover solution available.