|
|
|
|
|
by simon_acca
3548 days ago
|
|
"RethinkDB operations are never atomic across multiple keys. For this reason, RethinkDB cannot be considered an ACID database." source: https://rethinkdb.com/docs/consistency/ However, certain operations on a single key, like incrementing a counter, are atomic. |
|