back

by mark_l_watson·16y ago·view on hn ↗
As you say, MongoDB has support for replica pairs that are partition tolerant, but part of this functionality is in client libs. For Ruby, you register both dual masters in a replica pair with the client library. This seems like a practical approach to me, or at least fairly easy to work with.
1 comments
replica pairs are replication though, they aren't truly distributed. (they negotiate which one is master on launch)