Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

for all entries or inner joins ?

Former Member
0 Kudos

Hi friends,

Could u please tell me as per performence

which one is good for all entries or joins to get data from multiple tables??

regrds

Kiran

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Good

Please check the below SDN blog hope this will help you to solve your problem.

Thanks

mrutyun^

6 REPLIES 6

Former Member
0 Kudos

Hi

Good

Please check the below SDN blog hope this will help you to solve your problem.

Thanks

mrutyun^

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Hello ,

It depends how many records and how many number of tables you are using.

My vite is for "for all entries" .

Rgds,

Sandeep

Former Member
0 Kudos

Hi

Good

Please check the below SDN blog hope this will help you to solve your problem.

Thanks

mrutyun^

Former Member
0 Kudos

hi kiran,

for all entries is better performance wise because in that database is accessed only once where as in inner join it chwecks each entry.. which takes alot of time wid database.

regards

palak

P561888
Active Contributor
0 Kudos

Hi ,

It depends on the table records,

if the table contain the more that 60000 records better dont go for For all entries...

Regards,

Bharani

Former Member
0 Kudos

Hi,

Please go through the following thread...

~Source SDN

Thanks

NItesh