Skip to content

Commit 613186e

Browse files
committed
DOCSP-45870 - Parallelism note (#379)
(cherry picked from commit 5a7520f)
1 parent 368b329 commit 613186e

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
@@ -202,6 +202,15 @@ through the following steps:
202202

203203
Successfully committed transaction!
204204

205+
.. sharedinclude:: dbx/transactions-parallelism.rst
206+
207+
.. replacement:: driver-specific-content
208+
209+
If you're using {+mdb-server+} v8.0 or later, you can perform
210+
write operations on multiple namespaces within a single transaction by using
211+
the ``BulkWrite()`` or ``BulkWriteAsync()`` method. For more information,
212+
see :ref:`<csharp-bulk-write>`.
213+
205214
Additional Information
206215
----------------------
207216

0 commit comments

Comments
 (0)