For Programmers: Free Programming Magazines  


Home > Archive > Java Beans > July 2004 > General : Multiple tables, Entity Beans, Performance









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author General : Multiple tables, Entity Beans, Performance
Tomer Ben-David

2004-07-28, 9:01 pm

Hi

Lets say I have these entities

Person, Account, Cars

Now lets say I have an entity for a person an entity for account and
an entity for a car.

I guess queries that will join all three tables are more expensive
than ones that query only one entity...

Is there any pattern any thing that tells me what to do, how to
improve my performance (if needed at all with the fact that EJB's are
supposed to do caching etc and improve performance) that will tell me
what to do ? with queries from 3+ tables / entities ?
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com