From a5082bd8b667ed2254b177ae39b0ce165b1563c6 Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Fri, 7 Nov 2025 17:09:21 +0000 Subject: [PATCH] DOC-6472 --- modules/learn/pages/data/transactions.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/learn/pages/data/transactions.adoc b/modules/learn/pages/data/transactions.adoc index fcdfcb1e69..1314245a3e 100644 --- a/modules/learn/pages/data/transactions.adoc +++ b/modules/learn/pages/data/transactions.adoc @@ -10,7 +10,8 @@ == Overview -Couchbase transactions support ACID properties for protected actions on the database. +Couchbase transactions support ACID properties for protected actions on the database, within the same datacenter -- +for notes on transactions and cross-datacenter replication, see <<#transactions-and-replication-xdcr>>, below. *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.