Skip to content

Commit a59db2a

Browse files
committed
DOCSP-45872: Parallel operations note
1 parent 88c396a commit a59db2a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/fundamentals/transactions.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ If you require more control over your transactions, you can use the ``startTrans
123123
method. You can use this method with the ``commitTransaction()`` and ``abortTransaction()``
124124
methods described in the preceding section to manually manage the transaction lifecycle.
125125

126+
.. sharedinclude:: dbx/transactions-parallelism.rst
127+
128+
.. replacement:: driver-specific-content
129+
130+
If you're using {+mdb-server+} v8.0 or later, you can perform
131+
write operations on multiple namespaces within a single transaction by using
132+
the ``bulkWrite()`` method. For more information,
133+
see :ref:`<java-usage-bulkwrite>`.
134+
126135
Additional Information
127136
----------------------
128137

0 commit comments

Comments
 (0)