From 1a47d957f873f440762addb573cb8b9d2c5284a7 Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 17 Dec 2024 16:39:02 -0500 Subject: [PATCH 1/2] DOCSP-45881: Parallel operations admonition --- source/fundamentals/transactions.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index bb3fe403..532ce352 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -159,6 +159,15 @@ If you require more control over your transactions, see the `ClientSession API documentation <{+api+}/struct.ClientSession.html#transactions>`__ to find an example that shows how to manually create and commit a 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 + bulk write operations. For more information, see the :ref:`` + guide. + Additional Information ---------------------- From 715c0f84ed188fb940c66011c189c8556e995de2 Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 17 Dec 2024 16:47:03 -0500 Subject: [PATCH 2/2] fix --- 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 532ce352..3b0fd8b2 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -163,7 +163,7 @@ to find an example that shows how to manually create and commit a transaction. .. replacement:: driver-specific-content - If you're using {+mdb-server+} v8.0 or later, you can perform + If you're using {+server+} v8.0 or later, you can perform write operations on multiple namespaces within a single transaction by using bulk write operations. For more information, see the :ref:`` guide.