Skip to content

DOCSP-45872: Parallel operations note #606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 17, 2024
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