MySQL Forums
Forum List  »  Performance

Re: MySQL Performance or Just me? :(
Posted by: Felix Geerinckx
Date: July 29, 2005 06:52AM

Ernest Semerda wrote:

> (a) SQL Query:
>
> SELECT ...
> FROM tableB
> INNER JOIN tableA ON tableB.pid_id = tableA.pid
> WHERE ...

Seems I overlooked something in my first reply.
What happens when you put an index on tableB.pid_id?

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Views
Written By
Posted
2290
July 27, 2005 11:53PM
1710
July 28, 2005 08:13AM
Re: MySQL Performance or Just me? :(
1229
July 29, 2005 06:52AM


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.