5 ms·
Pretty interesting read, the concept of tunable consistency was foreign to me, keep on the good work !
by dimi-31 11y ago
Pretty interesting read, the concept of tunable consistency was foreign to me, keep on the good work !
- sciurus 11y agoYou may be interested in the Dynamo paper, which is what introduced it to me: http://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf http://www.allthingsdistributed.com/files/amazon-dynamo-sosp...
- samplonius 11y agoRiak has the same sort of concept: http://docs.basho.com/riak/latest/theory/concepts/Eventual-Consistency/ http://docs.basho.com/riak/latest/theory/concepts/Eventual-C... I think Riak is richer in this area than Cassandra, because if the inconstancy can not be resolved, Riak can keep both versions and let you deal with it at the application level. See also: https://aphyr.com/posts/294-call-me-maybe-cassandra https://aphyr.com/posts/294-call-me-maybe-cassandra