Hi all,
do you have any suggestions how I can analyze Hibernate performance problems with the same code?
I've got a Java application which runs in the Tomcat and inserts data in the database. The laptop is about ten times faster then the server - what's be quit unusual.
Java: Java 1.6_18 64 bit, Java 1.6_30 bit Tomcat: Tomcat 6, Tomcat 7 MySQL: MySQL 5.1.43, MySQL 5.5
The laptop contained the older version - the server the newer versions. When I install the old versions on the server it doesn't get faster. When I install the newer version on my laptop (VMWare image, except Tomcat) it's still factor 10 faster then the server.
I wrote a test program to compare the times how long it takes to insert something on my laptop and how long it takes on the server. Yet I don't have any ideas how to analyze it further.
Any ideas?
|