While working on the upcoming ArangoDB 2.8, we have reimplemented some AQL functions in C++ for improved performance. AQL queries using these functions may benefit from using the new implementation of the function.
The following list shows the AQL functions for which a C++ implementation has been added in 2.8. The other C++-based AQL function implementations added since ArangoDB 2.5 are also still available. Here’s the list of functions added in 2.8:
- document-related functions: DOCUMENT, EDGES, PARSE_IDENTIFIER
- numerical functions: ABS, FLOOR, RAND, ROUND, SQRT
- statistical functions:..
