MySQL Forums
Forum List  »  Performance

Re: Understanding Explain
Posted by: Rick James
Date: August 29, 2014 09:45PM

If you can get rid of "LEFT", then add this compound index:
INDEX('image', first_name, last_name)
If that fails to work 'perfectly', then Øystein has a new feature to implement.

Options: ReplyQuote


Subject
Views
Written By
Posted
1749
J M
August 27, 2014 07:31AM
806
August 27, 2014 10:35AM
760
J M
August 27, 2014 10:51AM
766
August 28, 2014 03:00PM
Re: Understanding Explain
701
August 29, 2014 09:45PM


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.