Hi,
I am trying to fetch abt 1000 records using HQL.But the time required to execute it using HQL is taking too much.
I wanna to know what are the perfomence issues to be taken care while performing such operations using HQL?
Thanx in Advance
-
Performence with Hibernate (1 messages)
- Posted by: JavaMan J
- Posted on: November 28 2005 09:32 EST
Threaded Messages (1)
- Performence with Hibernate by Jeryl Cook on December 26 2005 20:52 EST
-
Performence with Hibernate[ Go to top ]
- Posted by: Jeryl Cook
- Posted on: December 26 2005 20:52 EST
- in response to JavaMan J
i bet you are loading all your object's association tables . turn them to lazy=true, , it will not load the collection.