Skip to content
Merged
Changes from 1 commit
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 @@ -123,6 +123,15 @@ If you require more control over your transactions, you can use the ``startTrans
method. You can use this method with the ``commitTransaction()`` and ``abortTransaction()``
methods described in the preceding section to manually manage the transaction lifecycle.

.. sharedinclude:: dbx/transactions-parallelism.rst

.. replacement:: driver-specific-content
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave the bulk write piece out until we have docs to link to. the current docs don't include client bulk writes


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 :ref:`<java-usage-bulkwrite>`.

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

Expand Down
Loading