MySQL Forums
Forum List  »  Performance

Re: Reg table design and query performances
Posted by: Øystein Grøvlen
Date: April 26, 2016 06:02AM

Hi,

Which version of MySQL are you using?

Your query will be much quicker on 5.6 than on 5.5 since MySQL 5.6 will create indexes on the temporary tables created from the subqueries. MySQL 5.7 should be even faster since temporary tables should not be needed at all.

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Reg table design and query performances
868
April 26, 2016 06:02AM


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.