Difference between revisions of "What does the straight join option do?"

From SmartWiki
Jump to: navigation, search
(Created page with ''''Q: What does the straight join option do? ''A: In mySQL there is a query optimizer. In a few cases the optimizer puts the queries in the wrong order, so the straight join opt…')
 
m
Line 1: Line 1:
'''Q: What does the straight join option do?
+
'''Q: What does the [http://dev.mysql.com/doc/refman/5.0/en/join.html straight join] option do?
  
''A: In mySQL there is a query optimizer. In a few cases the optimizer puts the queries in the wrong order, so the straight join option will processes the queries sequentially and may improve report performance. If adding the straight join option does not improve report performance, it can be left unchecked.
+
''A: In mySQL there is a query optimizer. In a few cases the optimizer puts the queries in the wrong order, so the [http://dev.mysql.com/doc/refman/5.0/en/join.html straight join] option will processes the queries sequentially and may improve report performance. If adding the straight join option does not improve report performance, it can be left unchecked.
  
 
[[Category:Reports]][[Category:FAQ]]
 
[[Category:Reports]][[Category:FAQ]]

Revision as of 10:14, 26 January 2011

Q: What does the straight join option do?

A: In mySQL there is a query optimizer. In a few cases the optimizer puts the queries in the wrong order, so the straight join option will processes the queries sequentially and may improve report performance. If adding the straight join option does not improve report performance, it can be left unchecked.