query execution plan


The set of decisions made by the optimizer about how to perform a query most efficiently, including which index or indexes to use, and the order in which to join tables. Plan stability involves the same choices being made consistently for a given query.

See also index.

See also join.

See also plan stability.

See also query.

Retornar