
Originally Posted by
pak
Hi, thanks for the reply.
If you have any more insights please advise. Otherwise I'll keep digging.
Thanks,
Peter
Do you have logging turned on? I had a pull of data that went from about 5 seconds to instant when I turned off hibernate logging using the following
##########################################
# Hibernate #
##########################################
log4j.logger.net.sf.hibernate.impl=ERROR
log4j.logger.net.sf.hibernate.loader=ERROR
log4j.logger.net.sf.hibernate.cache=ERROR
in my log4j properties file.
---------------------------------
David H. McCoy
----------------------------------