PostExplainAqlQueryBodyOptions Properties |
The PostExplainAqlQueryBodyOptions type exposes the following members.
Name | Description | |
---|---|---|
AllPlans |
If set to true, all possible execution plans
will be returned. The default is false, meaning
only the optimal plan will be returned.
| |
MaxNumberOfPlans |
An optional maximum number of plans that the
optimizer is allowed to generate. Setting this
attribute to a low value allows to put a cap on
the amount of work the optimizer does.
| |
Optimizer |
Options related to the query optimizer.
|