From a59db2ab8166c323ecce54f065b6152afbc13e31 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Tue, 17 Dec 2024 15:19:12 -0500 Subject: [PATCH 1/2] DOCSP-45872: Parallel operations note --- source/fundamentals/transactions.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 352b6ad02..98bc0eddc 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -123,6 +123,15 @@ If you require more control over your transactions, you can use the ``startTrans method. You can use this method with the ``commitTransaction()`` and ``abortTransaction()`` methods described in the preceding section to manually manage the transaction lifecycle. +.. 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()`` method. For more information, + see :ref:``. + Additional Information ---------------------- From 7cfd6e15e4f79fd78877ca1fe1177db5b246ca2c Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Tue, 17 Dec 2024 15:35:25 -0500 Subject: [PATCH 2/2] MW feedback --- source/fundamentals/transactions.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 98bc0eddc..102804b1d 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -125,13 +125,6 @@ methods described in the preceding section to manually manage the transaction li .. 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()`` method. For more information, - see :ref:``. - Additional Information ----------------------