Skip to content

Commit d7077e3

Browse files
authored
DOCSP-45881: Parallel operations admonition (#160)
1 parent e9b6a08 commit d7077e3

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
@@ -159,6 +159,15 @@ If you require more control over your transactions, see the `ClientSession API
159159
documentation <{+api+}/struct.ClientSession.html#transactions>`__
160160
to find an example that shows how to manually create and commit a transaction.
161161

162+
.. sharedinclude:: dbx/transactions-parallelism.rst
163+
164+
.. replacement:: driver-specific-content
165+
166+
If you're using {+server+} v8.0 or later, you can perform
167+
write operations on multiple namespaces within a single transaction by using
168+
bulk write operations. For more information, see the :ref:`<rust-bulk-guide>`
169+
guide.
170+
162171
Additional Information
163172
----------------------
164173

0 commit comments

Comments
 (0)