dbTalk Databases Forums  

optimizing sql joins?

comp.databases.oracle comp.databases.oracle


Discuss optimizing sql joins? in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bugbear
 
Posts: n/a

Default optimizing sql joins? - 07-19-2004 , 10:15 AM






I've read (and lost the reference) that when doing joins
of this form:

A.col = B.col and A.col = C.col

It is "helpful" to explicitlty add the
implied join:

B.col = C.col

This is mathematically redundant, but may give
the SQL optimiser another (potentially useful/fast)
option.

Can anybody comment, (or remember where I might
have seen this tip)?

BugBear

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.