1
0
Fork 0
arangodb/Documentation/Examples/AQLEXP_03_explainRules.gene...

13 lines
301 B
Plaintext

arangosh> stmt.explain().plan.rules;
[
"move-calculations-up",
"move-filters-up",
"remove-redundant-calculations",
"remove-unnecessary-calculations",
"move-calculations-up-2",
"move-filters-up-2",
"use-index-range",
"remove-filter-covered-by-index",
"use-index-for-sort"
]