Skip to content

Commit 64fb59f

Browse files
1 parent 6505afd commit 64fb59f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/learn/pages/data/transactions.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
== Overview
1212

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.
1415

1516
*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.
1617

0 commit comments

Comments
 (0)