diff --git a/source/core/transactions-production-consideration.txt b/source/core/transactions-production-consideration.txt index 1c2a13d924c..0f72e796032 100644 --- a/source/core/transactions-production-consideration.txt +++ b/source/core/transactions-production-consideration.txt @@ -124,6 +124,13 @@ The :parameter:`transactionLifetimeLimitSeconds` also ensures that expired transactions are aborted periodically to relieve storage cache pressure. +.. note:: + + If you have an uncommitted transaction that exceeds 5% of the + :setting:`WiredTiger cache size + `, the transaction will + abort and return a :term:`write conflict` error. + Transactions and Security -------------------------