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.
2 parents 649250a + 02a0bca commit ab72d9eCopy full SHA for ab72d9e
docs/transactions.txt
@@ -62,6 +62,10 @@ Requirements and Limitations
62
63
MongoDB Server and the {+odm-short+} have the following limitations:
64
65
+- MongoDB standalone deployments do not support transactions. To use
66
+ transactions, your deployment must be a multiple node replica set or
67
+ sharded cluster.
68
+
69
- MongoDB does not support nested transactions. If you attempt to start a
70
transaction within another one, the extension raises a ``RuntimeException``.
71
To learn more about this limitation, see :manual:`Transactions and Sessions </core/transactions/#transactions-and-sessions>`
0 commit comments