Usual hibernate performance pitfall

Posted by Antoine Claval on Stack Overflow See other posts from Stack Overflow or by Antoine Claval
Published on 2010-05-04T09:10:08Z Indexed on 2010/05/04 9:28 UTC
Read the original article Hit count: 216

Filed under:
|
|

Hi,

We have just finish to profile our application. ( she's begin to be slow ). the problem seems to be "in hibernate".

It's a legacy mapping. Who work's, and do it's job. The relational shema behind is ok too.

But some request are slow as hell.

So, we would appreciate any input on common and usual mistake made with hibernate who end up with slow response.

Exemple : Eager in place of Lazy can change dramaticly the response time....

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate