Skip to content
Merged
Changes from 2 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 @@ -208,6 +208,15 @@ the Convenient Transaction API:
To see a fully runnable example that uses this API, see the
:ref:`node-usage-convenient-txn` usage example.

.. 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 the :ref:`<node-usage-bulk>` guide.

.. _nodejs-transaction-settings:

Transaction Options
Expand Down
Loading