1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Kaveh Vahedipour 2017-02-06 10:18:50 +01:00
commit 72b1362902
1 changed files with 22 additions and 1 deletions

View File

@ -1,18 +1,39 @@
devel devel
----- -----
v3.2.alpha1 (2017-02-05)
------------------------
* added figure `httpRequests` to AQL query statistics
* removed revisions cache intermediate layer implementation
* obsoleted startup options `--database.revision-cache-chunk-size` and
`--database.revision-cache-target-size`
* fix potential port number over-/underruns * fix potential port number over-/underruns
* added startup option `--log.shorten-filenames` for controlling whether filenames * added startup option `--log.shorten-filenames` for controlling whether filenames
in log message should be shortened to just the filename with the absolute path in log message should be shortened to just the filename with the absolute path
* removed IndexThreadFeature, made --database.index-threads option obsolete * removed IndexThreadFeature, made `--database.index-threads` option obsolete
* changed index filling to make it more parallel, dispatch tasks to boost::asio * changed index filling to make it more parallel, dispatch tasks to boost::asio
* more detailed stacktraces in Foxx apps * more detailed stacktraces in Foxx apps
v3.1.11 (XXXX-XX-XX)
--------------------
* fixed sort issue in cluster, occurring when one of the local sort buffers of a
GatherNode was empty
* reduce number of HTTP requests made for certain kinds of join queries in cluster,
leading to speedup of some join queries
v3.1.10 (2017-XX-XX) v3.1.10 (2017-XX-XX)
-------------------- --------------------