-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: parent-child graph loading optimization
PostPosted: Thu Jul 27, 2006 7:35 am 
Newbie

Joined: Thu Jul 27, 2006 5:27 am
Posts: 2
Hi

instead of
1. select * from parent join child join sub_child

Is it possible to optimize a parent-child graph loading this way ?
1. select * from parent
2. select * from child
3. select * from sub_child

Even if we get 3 queries, it reduces the size of ResultSet(s).

Thanks for your time
Vitaliy


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


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

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.