PostExplainAqlQueryResponsePlan Properties |
The PostExplainAqlQueryResponsePlan type exposes the following members.
Name | Description | |
---|---|---|
Collections |
An array of collections used in the query
| |
EstimatedCost |
The total estimated cost for the plan.
If there are multiple plans, the optimizer
will choose the plan with the lowest total cost.
| |
EstimatedNrItems |
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
| |
IsModificationQuery |
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
| |
Nodes |
The array of execution nodes of the plan.
| |
Rules |
An array of rules the optimizer applied.
| |
Variables |
Array of variables used in the query
(note: this may contain internal
variables created by the optimizer)
|