Skip to content

Comment on Visual Guide to NoSQL Systemsparent

Comments

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.

replica pairs are replication though, they aren't truly distributed. (they negotiate which one is master on launch)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.