MySQL Forums
Forum List  »  Performance

Re: In general, which of these queries would be faster?
Posted by: Bill Karwin
Date: April 27, 2006 03:23PM

According to the book "SQL Performance Tuning", there is no significant difference between the performance of SQL-89 join style and SQL-92 JOIN style in most major RDBMS implementations (including MySQL). They should both get treated the same by the query engine after the parsing is done.

Regards,
Bill K.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: In general, which of these queries would be faster?
1083
April 27, 2006 03:23PM


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.