6 ms·
How are all writes immediately consistent? What if two clients make simultaneous writes to each shard? Or more extreme, what if there is a net split and writes
by chrisduesing 12y ago
How are all writes immediately consistent? What if two clients make simultaneous writes to each shard? Or more extreme, what if there is a net split and writes continue on both shards?
I suppose I could just ask if you have an architecture document floating around :)
- coffeemug 12y agoCheck out this document -- http://www.rethinkdb.com/docs/architecture/ http://www.rethinkdb.com/docs/architecture/ -- it explains how everything works.