Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0.5
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
We are having wierd problems with bulk processing of several million records in our application. We are using Hibernate/SQL Server 2000/Websphere 6.0...the issue is the selects are taking forever and the JDBC Prepared Statement cache is not working. We use HQL for all the Select's, the inserts and updates are lightening fast though. From a SQL Server perspective the profiler shows the Selects to be ligtening fast but my RAD console shows a substantial pause between the Select's. Has anybody come across this issue? MaxStatements is turned on for the data source and I have tried a few different things with no success.