diff --git a/Documentation/Books/Manual/Transactions/Limitations.md b/Documentation/Books/Manual/Transactions/Limitations.md index 2239d7036a..743e160d13 100644 --- a/Documentation/Books/Manual/Transactions/Limitations.md +++ b/Documentation/Books/Manual/Transactions/Limitations.md @@ -70,6 +70,13 @@ fully ACID as well. With RocksDB storage engine --------------------------- +{% hint 'info' %} +The following restrictions and limitations do not apply to JavaScript +transactions, since their intended use case is for smaller transactions +with full transactional guarantees. So the following only applies +to AQL transactions and transactions created through the document API. +{% endhint %} + Data of ongoing transactions is stored in RAM. Transactions that get too big (in terms of number of operations involved or the total size of data created or modified by the transaction) will be committed automatically. Effectively this