rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 167 forks source link

Better docs for atomicity guarantees in ReQL #700

Closed thelinuxlich closed 9 years ago

thelinuxlich commented 9 years ago

Right now it's a bit confusing, we could have a list of possible queries which are atomic

chipotle commented 9 years ago

The "Consistency guarantees" document in the upcoming 2.1 release addresses this -- certain operations are atomic, but whether or not a query is atomic gets more complicated. This document gets into the hows and whys, and gives some advice on how to keep queries atomic.

thelinuxlich commented 9 years ago

very good!