MySQL Forums
Forum List  »  Performance

Re: query with bad performance after migration to mysql 5.6
Posted by: Øystein Grøvlen
Date: December 09, 2015 03:22AM

Hi Walter,

In order to understand better what is going on here, it would be useful if you could provide optimizer trace for this query in MySQL 5.6. (See https://dev.mysql.com/doc/internals/en/optimizer-tracing.html for information on how to generate the trace.) Also, the output of EXPLAIN FORMAT=JSON could be useful to understand how the sorting is performed.

Thanks,

Øystein Grøvlen,
Senior Principal Software Engineer,
MySQL Group, Oracle,
Trondheim, Norway

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: query with bad performance after migration to mysql 5.6
1169
December 09, 2015 03:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.