File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,15 @@ A denormalized data model with embedded data combines all related data
9595in a single document instead of normalizing across multiple documents
9696and collections. This data model facilitates atomic operations.
9797
98- .. include:: /includes/extracts/concurrent-operations-multi-document-writes.rst
98+ For details regarding transactions in MongoDB, see the
99+ :doc:`/core/transactions` page.
99100
100101Multi-Document Transactions
101102~~~~~~~~~~~~~~~~~~~~~~~~~~~
102103
103- .. include:: /includes/extracts/transactions-intro.rst
104+ .. include:: /includes/extracts/concurrent-operations-multi-document-writes.rst
105+
106+ .. include:: /includes/extracts/transactions-usage.rst
104107
105108.. seealso:: :ref:`Atomicity Considerations <data-model-atomicity>`
106109
You can’t perform that action at this time.
0 commit comments