We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0e04e commit a9f96a3Copy full SHA for a9f96a3
source/fundamentals/transactions.txt
@@ -208,6 +208,15 @@ the Convenient Transaction API:
208
To see a fully runnable example that uses this API, see the
209
:ref:`node-usage-convenient-txn` usage example.
210
211
+.. sharedinclude:: dbx/transactions-parallelism.rst
212
+
213
+ .. replacement:: driver-specific-content
214
215
+ If you're using {+mdb-server+} v8.0 or later, you can perform
216
+ write operations on multiple namespaces within a single transaction by using
217
+ the ``BulkWrite()`` method. For more information,
218
+ see the :ref:`<node-usage-bulk>` guide.
219
220
.. _nodejs-transaction-settings:
221
222
Transaction Options
0 commit comments