Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2
hi.. we have log of "read-only" objects in our database and i've noticed using a profiler, calls though query and critira invoke flushes which take a long time, is it reasobile to turn off the flush just before the these specfic calls, and turn it back on again.
this also happens even if the objects are located in 2nd level cache, which always made me wonder why our processes are still slow.
what are queryspaces ? i heard they are related some how.