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
95
95
in a single document instead of normalizing across multiple documents
96
96
and collections. This data model facilitates atomic operations.
97
97
98
- .. include:: /includes/extracts/concurrent-operations-multi-document-writes.rst
98
+ For details regarding transactions in MongoDB, see the
99
+ :doc:`/core/transactions` page.
99
100
100
101
Multi-Document Transactions
101
102
~~~~~~~~~~~~~~~~~~~~~~~~~~~
102
103
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
104
107
105
108
.. seealso::
106
109
You can’t perform that action at this time.
0 commit comments