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
1887
r r
January 15, 2018 11:57PM
825
January 16, 2018 12:19AM
738
January 16, 2018 04:39PM
769
January 16, 2018 07:49PM
801
January 17, 2018 12:26AM
807
January 17, 2018 01:07AM
959
January 17, 2018 01:19AM
769
January 17, 2018 12:41PM
736
January 19, 2018 07:26AM
783
January 21, 2018 04:31PM
Re: index not being pick up
677
January 21, 2018 05:41PM
779
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.