During my presentation at Percona Live 2019 I will show how using
Optimizer Trace can give insight into the inner workings of the
MySQL Query Optimizer. Through the presentation, the
audience will both be introduced to optimizer trace, learn more
about the decisions the query optimizer makes, and learn about
the query execution strategies the query optimizer has at its
disposal. I’ll be covering the main phases of the MySQL optimizer
and its optimization strategies, including query transformations,
data access strategies, the range optimizer, the join optimizer,
and subquery optimization.
Who’d benefit most from the presentation?
DBAs, developers, support engineers and other people who are
concerned about MySQL query performance will benefit from this
presentation. Knowing the optimizer trace …
[Read more]