Tim, I think you mean CouchDB, which indeed is "master-master". MongoDB is extended "master-slave".
On Sun, Jul 17, 2011 at 6:45 PM, Tim Robinson <[email protected]>wrote: > MongoDB is similar, in that it supports conflict resolution, only I > believe you only have the option for the last write wins. MongoDB is > better suited to an embedded db model, that doesn't have to support > large datasets... so if you're OK with the last write wins model - go > for mongo. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
