-->
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: Can NHibernate handle big data?
PostPosted: Tue Aug 02, 2005 11:01 am 
Newbie

Joined: Tue Aug 02, 2005 10:50 am
Posts: 2
Can NHibernate handle big data? Is there a presentable existing project or is somebody there who can give me a statement about his experience with NHibernate?

How scalable is NHibernate? Is it predictable (calculable), which hardware I need to realize a project?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 02, 2005 2:57 pm 
Regular
Regular

Joined: Mon Jul 18, 2005 4:10 am
Posts: 92
Location: Poland
I think that the scalability is much more dependend on the underlying database than the NHibernate itself. In fact all the data is stored in the DB and all HQL queries are translated into legacy SQL. In typical application only the small subset data is fetched into memory as objects at once, "lazy" collections prevents loading unnecesary related data. In other case there (eg. huge search result) I can use "iterate" to display one results page (instead of "list").
In case of huge traffic there is always the cache - NH can use it transparently, minimalizing the db calls even withouth programmer effort.
I cannot say what happens when there are plenty of records (milions?) and users (thousands?), but , as I noticed before, I think the scalable database (and of course well-designed data structure, indexes etc.) is still the most important element.

_________________
michal


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.