MySQL Forums
Forum List  »  Performance

Re: multi table join performance problem
Posted by: Felix Geerinckx
Date: May 12, 2005 02:12PM

john miller wrote:

> MySql (version: 4.0.22-standard) seems to be having a terrible performance problem.
> I expected this to be a fairly simple, efficient dataset

Please post the output of DESCRIBE for all tables involved
Please post the output of EXPLAIN SELECT ...
Please don't type in SQL code, use cut-and-paste (your select contains a typing error I think):

> a.associtate_id = ma.associate_id

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: multi table join performance problem
4104
May 12, 2005 02:12PM


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.