Focal Point
[CLOSED] conditional join

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/95210486

April 02, 2009, 01:53 PM
JohnB
[CLOSED] conditional join
In general, which would be faster, a conditional join, or a regular join with a WHERE statement in the TABLE request?

Thank you,

John

This message has been edited. Last edited by: Kerry,


WF 7.7.03, Windows 7, HTML, Excel, PDF
April 03, 2009, 02:01 PM
linus
A conditional join is faster because only records meeting the where criteria are joined, but with a regular join all records are joined and then the where criteria is considered to remove the records not meeting the where criteria. Look at page 15-32 -34 in Creating Reports (7.1.3) for a better understanding of conditional joins -- one thing is all fields used in the where statements must be in a single path.


WF 7.7.05
HP-UX - Reporting Server, Windows 2008 - Client, MSSQL 2008, FOCUS Databases, Flat Files
HTML, Excel, PDF