You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/learn/pages/data/transactions.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@
10
10
11
11
== Overview
12
12
13
-
Couchbase transactions support ACID properties for protected actions on the database.
13
+
Couchbase transactions support ACID properties for protected actions on the database, within the same datacenter --
14
+
for notes on transactions and cross-datacenter replication, see <<#transactions-and-replication-xdcr>>, below.
14
15
15
16
*Atomicity* ensures that a transaction provides all-or-nothing semantics -- i.e., either all the documents modified in a transaction are committed, or none of the changes are committed. If there is a failure during transaction execution (such as the client crashing) all its changes are rolled back.
0 commit comments