1
0
Fork 0

Doc - Add a paragraph that JS JS trxs are excluded from intermediate commits (#7920)

This commit is contained in:
Vinay Pyati 2019-01-09 09:48:45 -05:00 committed by sleto-it
parent 49da84e941
commit 4ca7a3bc09
1 changed files with 7 additions and 0 deletions

View File

@ -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