MySQL Forums
Forum List  »  Optimizer & Parser

Re: strange query performance
Posted by: Eugene G
Date: October 01, 2006 11:56AM

This solved the problem (STRAIGHT_JOIN)

SELECT STRAIGHT_JOIN sql_no_cache
ClientSeriousness.*
FROM Clients INNER JOIN ClientSeriousness ON Clients.SeriousnessID = ClientSeriousness.SeriousnessID
WHERE Clients.ProjectID=1390;

Options: ReplyQuote


Subject
Views
Written By
Posted
2911
October 01, 2006 08:56AM
Re: strange query performance
1903
October 01, 2006 11:56AM
1916
October 03, 2006 02:43AM


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.