Software
Software
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Cell Phone Software Forum
What is more scalable - database joins to reference table or

 
Post new topic   Reply to topic    Software Forum Index -> Software
View previous topic :: View next topic  
Author Message
Timasmith
Guest





PostPosted: Tue Mar 06, 2007 9:50 am    Post subject: What is more scalable - database joins to reference table or Reply with quote

Suppose I have a database table with 20 fields which are lookups to a
single table.

configtable(configtable_id, a_field, something_lookup_id,
another_lookup_id, ...)
lookup(lookup_id, value, description, ...)

what is going to be faster to map the rows to an Object which needs
the 'value' for every field ending in lookup_id

a) View

select c.configtable_id, l1.value as something_lookup, l2.value as
another_lookup
from configtable c,
lookup l1,
lookup l2
where c.something_lookup_id = l1.lookup_id
and c.another_lookup_id = l2.lookup_id

foreach row
map values to object
end

b) Cache all lookup values and populate

select c.* from configtable

foreach row
map values to object
if lookup_id
find value from hashtable and map value to object
endif
end

It seems that the latter *might* be better to scale outward better, as
you could add application servers to do the caching/mapping and you
only select from a single table?
Back to top
  Ads
Advertising
Sponsor


Display posts from previous:   
Post new topic   Reply to topic    Software Forum Index -> Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Australian Debt Consolidation Experts
medical insurance
Wedding Invitation
Trova Escort e Accompagnatrici sui portali di annunci (EscortForum, ItaliaChiamami, PiccoleTrasgressioni ...)
Free Porn
Business
cheap mortgages
Make Your Own Website
Cheap phone calls to Canada
Cleaning Service
Mold
UK Swingers Genuine Contacts Site
Porn Links
office equipment
Sex Bondage
Hoover Vacuum Bags



Board Security

223 Attacks blocked

Powered by phpBB © 2001, 2005 phpBB Group