NoSQL: Concurrent updates, distributed systems and clocks, vector clocks, last-write-win, and CRDT

| | bookmark | email

Concurrent updates, distributed systems and clocks, vector clocks, last-write-win, and CRDT

Great post by John Daily from Basho about concurrent updates in the world of distributed systems and the implications of using clocks, vector clocks, last-write-wins, distributed data types (Commutative Replicated Data Type):

tags:riak,distributedsystems,key-value store

via NoSQL databases