Skip to content

Commit 67d50fb

Browse files
committed
DOCSP-45870 - Parallelism note (#379)
(cherry picked from commit 5a7520f)
1 parent 66d4e3f commit 67d50fb

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

200200
Successfully committed transaction!
201201

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

0 commit comments

Comments
 (0)