NoSQL: Conflict Resolution Using Rev Trees and a Comparison With Vector Clocks

| | bookmark | email

Conflict Resolution Using Rev Trees and a Comparison With Vector Clocks

Damien Katz has posted on GitHub a design document for the data structures, called rev trees , used to support conflict management in Couchbase. The doc also includes references to the way conflict resolution is done in CouchDB and also compares rev trees with the vector clocks .

tags:couchbase,couchdb,nosql theory,key-value store,document database

via NoSQL databases