mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
eb7ed34519
commit
20f7125668
|
@ -9,6 +9,11 @@ v2.8.0 (XXXX-XX-XX)
|
||||||
|
|
||||||
* fixes for AQL optimizer and traversal
|
* fixes for AQL optimizer and traversal
|
||||||
|
|
||||||
|
* added `--create-collection-type` option to arangoimp
|
||||||
|
|
||||||
|
This allows specifying the type of the collection to be created when
|
||||||
|
`--create-collection` is set to `true`.
|
||||||
|
|
||||||
* randomly shuffle available V8 contexts when picking one for an HTTP or scheduler
|
* randomly shuffle available V8 contexts when picking one for an HTTP or scheduler
|
||||||
task. This distributes requests more evenly across contexts so they can eventually
|
task. This distributes requests more evenly across contexts so they can eventually
|
||||||
be garbage-collected.
|
be garbage-collected.
|
||||||
|
|
Loading…
Reference in New Issue