1
0
Fork 0
This commit is contained in:
Patrick Huber 2014-11-26 12:17:24 +01:00 committed by Thomas Schmidts
parent c9de415b1f
commit 546e472594
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
!CHAPTER The AQL query optimizer
AQL queres are sent through an optimizer before execution. The task of the optimizer is
AQL queries are sent through an optimizer before execution. The task of the optimizer is
to create an initial execution plan for the query, look for optimization opportunities and
apply them. As a result, the optimizer might produce multiple execution plans for a
single query. It will then calculate the costs for all plans and pick the plan with the