-->
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.  [ 2 posts ] 
Author Message
 Post subject: Database hints and Graph Paging
PostPosted: Wed Sep 29, 2004 4:13 pm 
Newbie

Joined: Wed Sep 29, 2004 1:17 am
Posts: 6
Location: Auckland, New Zealand
Has anyone read Brian McCallister's article on the ServerSide (http://www.theserverside.com/blogs/showblog.tss?id=GraphPaging) about graph paging.

He suggests that no O/R mappings have successfully mastered caching in such a way as to optimize future reads:

Quote:
Providing hinting about what objects are going to be needed, rather than how to pull them from the rdbms .... A perfect example of an optimization that would be tough to do by hand here is to stream elements in a collection down the join chain from the primary queried entities rather than pulling them in the initial join. In HSQL you would join them as you *know* you will need them, but what you really know is that the JSP needs them for rendering a while in the future, and on a different jvm. A mechanism to supply hints that these things will be needed, and will be needed as a one-pass stream (this may be too low level) when they get serialized out allows for much better actual throughput.


Are the Hibernate team considering this as a future feature?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 29, 2004 4:26 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
What he describes is called "object-oriented database management system" and has failed for obvious reasons 10 years ago.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


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

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.