MySQL Forums
Forum List  »  Newbie

Re: Confusion on SELECT query
Posted by: Phillip Ward
Date: May 27, 2014 05:48AM

If you haven't already, add an index on parent_device.

Without it, your query will slow down (dramatically) as your data grows in size.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
May 23, 2014 07:35AM
Re: Confusion on SELECT query
May 27, 2014 05:48AM


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.