Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdc
1888 days ago
Isn't this a solved problem? Just use a failover, right?
1 comments
dilyevsky
1888 days ago
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
link
nice2meetu
1887 days ago
In our case async replication was acceptable, so we had a failover solution available.
link