Hacker News new | ask | show | jobs
by chrisduesing 4152 days 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 :)

1 comments

Check out this document -- http://www.rethinkdb.com/docs/architecture/ -- it explains how everything works.