-->
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.  [ 5 posts ] 
Author Message
 Post subject: Hibernate scalability issues
PostPosted: Tue Jun 09, 2009 8:49 am 
Newbie

Joined: Tue Jun 09, 2009 7:54 am
Posts: 10
Hi all,

I have heard of scalability issues with a few applications where Hibernate is used. Please let me know in case anyone has faced any such issues. Also, please let me know of the possible cause for this.

Thanks,
N


Top
 Profile  
 
 Post subject: Re: Hibernate scalability issues
PostPosted: Wed Jun 10, 2009 12:41 am 
Newbie

Joined: Tue Jun 09, 2009 10:52 pm
Posts: 9
Hat's off to the Hibernate team for created a great product.

As for the scalability issues that you have heard about well... In my experience these issues are caused by developers who leverage Hibernate's features without any regard to optimizing them. Hibernate will do exactly what it is told to. If 4 tables are queried as a Cartesian product Hibernate will return all the data in object form which can be very expensive. Also, a lot of the here say about Hibernate's inability to scale, or its performance issues come from DBAs who have seen these queries run rampant, or are unwilling/reluctant to relinquish control over the data.

All in all Hibernate makes developing Java applications more maintainable if developers take the time to learn it.


Top
 Profile  
 
 Post subject: Re: Hibernate scalability issues
PostPosted: Wed Jun 10, 2009 3:09 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
well said dcshock!

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
 Post subject: Re: Hibernate scalability issues
PostPosted: Fri Jul 30, 2010 2:08 am 
Newbie

Joined: Fri Jul 30, 2010 1:59 am
Posts: 1
Hi. I was interested in understanding some bigger reference sites using Hibernate in order to validate the maximum number of connections / concurrent users it will support ie. is there a limit and can it be used for an industrial strength solution. What are the biggest sites that use this?


Top
 Profile  
 
 Post subject: Re: Hibernate scalability issues
PostPosted: Fri Jul 30, 2010 8:27 am 
Newbie

Joined: Fri Jul 30, 2010 8:23 am
Posts: 1
Hi,

Thanks for the great important information.

Psychic Reading


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 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.