Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/learn/pages/data/transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down