From e3060d2d9b81fc73f43fc1a23d69fe80b1a4a529 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:25:21 -0600 Subject: [PATCH 1/2] first draft --- source/fundamentals/transactions.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 166b2da6..23d4481c 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 your application is connecting to {+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 ---------------------- From 8f3e1dc59011f57431f7aa2f7b27bd9b086406ac Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:31:53 -0600 Subject: [PATCH 2/2] feedback --- source/fundamentals/transactions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 23d4481c..92b22d8e 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -203,7 +203,7 @@ through the following steps: .. replacement:: driver-specific-content - If your application is connecting to {+mdb-server+} v8.0 or later, you can perform + 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:``.