Re: Reg table design and query performances
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
Subject
Views
Written By
Posted
1465
April 26, 2016 03:02AM
Re: Reg table design and query performances
782
April 26, 2016 06:02AM
951
April 26, 2016 06:16AM
805
April 26, 2016 06:35AM
740
April 26, 2016 06:50AM
801
April 26, 2016 07:04AM
676
April 30, 2016 11:46PM
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.