MySQL Forums
Forum List  »  Performance

Re: MySql 5.7.3 m13 deadly slow - config issue?
Posted by: Adam Knights
Date: January 14, 2014 12:24PM

Hi Øystein,

Your got it with the Collate, the Company table had COLLATE ascii_bin while the other didn't.

I added the collate to the temp_company table and the query took 3 seconds. Fabulous.

Out of interest - Why would an added collate stop two varchars using an index? (and why was this ok in an earlier Mysql version?)



Edited 1 time(s). Last edit at 01/14/2014 12:25PM by Adam Knights.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySql 5.7.3 m13 deadly slow - config issue?
1457
January 14, 2014 12:24PM


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.