1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2018-06-26 23:37:01 +02:00
parent d71f8181ca
commit 39601eb83a
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
devel
-----
* added `COUNT_DISTINCT` AQL function
* make AQL optimizer rule `collect-in-cluster` optimize aggregation functions
`AVERAGE`, `VARIANCE`, `STDDEV`, `UNIQUE`, `SORTED_UNIQUE` and `COUNT_DISTINCT`
in a cluster by pushing parts of the aggregation onto the DB servers and only
doing the total aggregation on the coordinator
* replace JavaScript functions FULLTEXT, NEAR, WITHIN with regular AQL via a
new optimizer rule.