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 309b514 commit f1e159cCopy full SHA for f1e159c
source/write/transactions.txt
@@ -140,6 +140,10 @@ methods described in the preceding section to manually manage the transaction li
140
141
{+driver-short+} does not support running parallel operations within a single transaction.
142
143
+ If you're using {+mdb-server+} v8.0 or later, you can perform write operations on multiple
144
+ namespaces within a single transaction by calling the ``bulk_write()`` method on a ``MongoClient``
145
+ instance. For more information, see the :ref:`pymongo-bulk-write` guide.
146
+
147
Additional Information
148
----------------------
149
0 commit comments