Usual hibernate performance pitfall
- by Antoine Claval
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....