Needs review
Project:
DB Tuner
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2010 at 21:31 UTC
Updated:
7 Oct 2010 at 00:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedComment #2
dalinI've never quite understood the value of extended explain. It can be interesting when you're first starting out to see how MySQL rewrites your query before execution. But can you actually infer something from the results that you need to change?
Comment #3
mikeytown2 commentedInteresting use case: http://www.chriscalender.com/?p=118 but if you have all collations set to the same then it's not as critical. For views this isn't as big of a deal; running it on the slow query log (something that is yet to be implemented) could be beneficial.