1
0
Fork 0

adding changelog

This commit is contained in:
Simon Grätzer 2018-07-30 15:55:28 +02:00
parent 6b776e7e9e
commit 0d9887e5ad
2 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,8 @@
devel
-----
* Intermediate commits in the rocksdb engine are now only enabled in standalone AQL queries
(not within a JS transaction), standalone truncate as well as for the "import" API
* The AQL Editor in the Web UI now supports GeoJSON types and is able to render them.

View File

@ -132,6 +132,16 @@ that replicates the original data; once the replication has reached completion,
you can switch the instances.
RocksDB intermediate commits
-----------------------------
Intermediate commits in the rocksdb engine are now only enabled in standalone AQL queries
(not within a JS transaction), standalone truncate as well as for the "import" API.
The options `intermediateCommitCount` and `intermediateCommitSize` will have no affect
anymore on transactions started via `/_api/transaction`, or `db._executeTransaction()`.
Threading and request handling
------------------------------