MySQL Forums
Forum List  »  Performance

Time performance in query Inner Join
Posted by: angel rivero
Date: July 07, 2011 02:14AM

Hi there, I need your appreciated help.

I try execute query inner join in the two tables in mysql:
tbl_a = 9.290 records
tbl_b = 3.665.958 records

The query working but the time execution is over 5 minutes.
All fields is indexed in the tables.

I can how decrease the time performance ?
I think about temporary table, but is expected in mysql? Any examples?

Can you help me?
Thanks in advance-



Edited 2 time(s). Last edit at 07/07/2011 02:28AM by angel rivero.

Options: ReplyQuote


Subject
Views
Written By
Posted
Time performance in query Inner Join
3252
July 07, 2011 02:14AM


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.