Hi, > Is there something I could test?
Yes. Could you run the following and then post or send me the java.hprof.txt file? java -Xrunhprof:cpu=samples,depth=16 org.h2.tools.RunScript -url jdbc:h2:test (replace jdbc:h2:test with your database URL). This command is supposed to throw a FileNotFoundException, or (if not that) it should say complain that the user name or password is wrong. Still it should open the database, so it should still take 5-6 seconds. And during that time it should measure the performance and write that to the java.hprof.txt file. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
