MySQL Forums
Forum List  »  Performance

Re: multi table join performance problem
Posted by: Ulf Wendel
Date: May 13, 2005 01:17AM

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

... and more more ...

Please run ANALYZE TABLE to update stats, before you send the EXPLAIN output... http://dev.mysql.com/doc/mysql/en/analyze-table.html

Ulf

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: multi table join performance problem
3781
May 13, 2005 01:17AM


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.