-->
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.  [ 3 posts ] 
Author Message
 Post subject: How to improve the performance of Hibernate Application
PostPosted: Tue Aug 02, 2005 7:39 am 
Beginner
Beginner

Joined: Tue Jun 21, 2005 2:21 am
Posts: 22
HI
I'm working on porting my existing application running in client specific to Hibernate . i was done mostly with that application but i have my own concerns regarding the performance of that .
what are all the areas in need to concentrate on doing this .

how to do session management ?
when to use first level caching/ second level caching .

I have more finders than update .

can u guys throw some hint on this ..

Thanks
Balaji


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 02, 2005 9:20 am 
Senior
Senior

Joined: Tue Jan 11, 2005 5:03 pm
Posts: 137
Location: Montreal, Quebec
Have you look at http://www.hibernate.org/hib_docs/v3/reference/en/html/performance.html?

Etienne.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 02, 2005 11:08 am 
CGLIB Developer
CGLIB Developer

Joined: Thu Aug 28, 2003 1:44 pm
Posts: 1217
Location: Vilnius, Lithuania
I found it is better to tune database first: indexes, mviews, clusters, partitions, ... This kind of optimizations are easy to maintain and do not need any code. Well tuned databases are very fast, but "Fetching strategies" on client are very important too, database can not help to solve N+1 query problems or to avoid OutOfMemoryError.


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