diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 166b2da6..92b22d8e 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -199,6 +199,15 @@ through the following steps: Successfully committed transaction! +.. sharedinclude:: dbx/transactions-parallelism.rst + + .. replacement:: driver-specific-content + + If you're using {+mdb-server+} v8.0 or later, you can perform + write operations on multiple namespaces within a single transaction by using + the ``BulkWrite()`` or ``BulkWriteAsync()`` method. For more information, + see :ref:``. + Additional Information ----------------------