Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/fundamentals/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {+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:`<rust-bulk-guide>`
guide.

Additional Information
----------------------

Expand Down
Loading