File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Hibernate production performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate production performance" Watch "Hibernate production performance" New topic
Author

Hibernate production performance

Abhilash Chander
Ranch Hand

Joined: Oct 18, 2009
Posts: 39
Hi All,
I want to implement ORM solution in my application and I am thinking of using Hibernate for the same. But as I am using Apache Tomcat web server I wanted to know what are the memory requirements of Hibernate ? And is Hibernate going to have a major negative effect on the overall performance of the application because of its hunger for memory. Opinions and Suggestions are welcomed.

Thanks
Abhilash
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Not sure what the connection between using Tomcat and wanting to know Hibernate memory usage is.

A *major* negative impact? Most likely not, unless you do it wrong. Any ORM solution is going to have memory implications--any time you're moving data from a result set into object instances you're going to use memory.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Hibernate production performance
 
Similar Threads
Drawback of having large number of <many-to-one> in hibernate mapping file
hibernate
Update Single value in a row
When do we have to decide for using Hibernate Search?
Application Perfomance issue