MySQL Forums
Forum List  »  Performance

Re: index not being pick up
Posted by: Peter Brawley
Date: January 21, 2018 05:41PM

Again, even without an OR clause in the join eg ...

select a.* from a join b using (pk_of_a);

... MySQL usually won't use a key on table a in ...but if a.* becomes a list of indexed columns, it will.



Edited 1 time(s). Last edit at 01/21/2018 09:47PM by Peter Brawley.

Options: ReplyQuote


Subject
Views
Written By
Posted
1550
r r
January 15, 2018 11:57PM
685
January 16, 2018 12:19AM
638
January 16, 2018 04:39PM
659
January 16, 2018 07:49PM
689
January 17, 2018 12:26AM
676
January 17, 2018 01:07AM
847
January 17, 2018 01:19AM
667
January 17, 2018 12:41PM
629
January 19, 2018 07:26AM
653
January 21, 2018 04:31PM
Re: index not being pick up
577
January 21, 2018 05:41PM
681
January 22, 2018 03:00AM


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.