MySQL Forums
Forum List  »  Performance

Re: MySQL Performance or Just me? :(
Posted by: Ernest Semerda
Date: July 29, 2005 07:11AM

Felix Geerinckx wrote:
> 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?
>

bingo! we have performance increase.
previously it took 34 seconds to generate the output and now 18 seconds.

Thank you Felix! have you got links to resources which talk about optimising MYSQL? what else can I do to speed this up?

Options: ReplyQuote


Subject
Views
Written By
Posted
2598
July 27, 2005 11:53PM
1848
July 28, 2005 08:13AM
Re: MySQL Performance or Just me? :(
1618
July 29, 2005 07:11AM


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.