2008 Aug 01 10:54 AM
Hi,
I want to get data from 2 table which query is effeicient one
by seeing performance...
1. using for all entries statement
2. Get data using join query.
Thanks in advance
2008 Aug 01 10:56 AM
2008 Aug 01 10:55 AM
2008 Aug 01 10:55 AM
Hi John,
FOR ALL ENTRIES is the best one when performance is considered.
Regards,
Chandra Sekhar
2008 Aug 01 10:56 AM
2008 Aug 01 10:57 AM
Hi,
It would better to use over using join with multiple pages...
From which tables you are fetching data.
Regards,
Amit
2008 Aug 01 10:59 AM
FOR ALL ENTRIES is better for some reasons,
--> If the data is huge , then some times JOIN may end up in TIME OUT error
--> FOR ALL ENTRIES will use the INDEXEs of the tables and improves the performance