A.6. Cuestiones relacionadas con el optimizados

MySQL 5.0

A.6. Cuestiones relacionadas con el optimizados

MySQL uses a cost-based optimizer to determine the best way to resolve a query. In many cases, MySQL can calculate the best possible query plan, but sometimes MySQL doesn't have enough information about the data at hand and has to make “educated” guesses about the data.

For the cases when MySQL does not do the "right" thing, tools that you have available to help MySQL are: