Hi there,
I have (again) performance problems on one service methods of my applications.
I retrieve a huge quantity of instances of one entity.
And i process (read from) each entity sequentially (which means as well load the associated entities/associations since i use a lot of lazy loading)
At the beginnin, this works quickly (one instance is treated in 100ms), but after a while, the process takes longer and longer (700 ms)
I don't know what this comes from? Could it be any memory overload / cache overload problem?
Am using Hibernate 3.1.3.
Thanks in advance!!
Nico.
|