mirror of https://gitee.com/bigwinds/arangodb
Doc - Add a paragraph that JS JS trxs are excluded from intermediate commits (#7920)
This commit is contained in:
parent
49da84e941
commit
4ca7a3bc09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue