Catch the webinar: “Learn How MySQL 5.6 Makes Query Optimization Easier” for more tips on the 5.6 optimizer
While preparing the webinar I will deliver this Friday, I ran
into a quite interesting (although not very impacting) optimizer
issue: a “SELECT *” taking half the time to execute
than the same “SELECT one_indexed_column” query in
MySQL 5.6.10.
This turned into a really nice exercise for checking the performance and inner workings of one of the nicest features of the newer MySQL optimizer: the Index Condition Pushdown Optimization, or ICP, which …
[Read more]