/plushcap/analysis/datastax/datastax-why-cassandra-doesnt-need-vector-clocks

Why Cassandra Doesn’t Need Vector Clocks

What's this blog post about?

Amazon's Dynamo paper introduced the use of vector clocks for conflict resolution in key/value databases like Voldemort and Riak. However, systems such as Cassandra and DynamoDB avoid using vector clocks in favor of finer-grained updates. The main problem with a key/value database is that it can lead to data loss when using last-write-wins conflict resolution. Vector clocks solve this issue by allowing the database to push conflict resolution back to the client, but they have limitations. Cassandra addresses this problem by breaking up documents into columns that can be updated independently, offering improved performance and simpler application design.

Company
DataStax

Date published
Sept. 2, 2013

Author(s)
Jonathan Ellis

Word count
567

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.