mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
72b1362902
23
CHANGELOG
23
CHANGELOG
|
@ -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)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue