MySQL Forums
Forum List  »  Optimizer & Parser

Re: Performance impact of filtering in ON vs WHERE clause
Posted by: Sebastien Caisse
Date: May 02, 2006 01:06PM

I don't see you're point about using "USING". It just determines which columns are used for the reference. In fact your statement is wrong in MySQL 5.01 and above (and this according to the SQL:2003 standard). It's all written in the link you've provided yourself.

Though indeed the quoted material you have mentioned does state what you mention and does SEAM to imply it too. However it does NOT mention in any way that this is how the join optimization work.

The first example posted in this thread is a very valid optimization path (well at elast programmatically) and the question asked is still left unanswered.



Edited 1 time(s). Last edit at 05/02/2006 01:08PM by Sebastien Caisse.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Performance impact of filtering in ON vs WHERE clause
4552
May 02, 2006 01:06PM


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.