Hi, > Yes, we use LOG=2 > It obviously helps, but when the log file gets big, it still takes > several minutes to work through it.
What version of H2 do you use? Could you profile the application to find out why it takes so long? To do that, write a simple application that only connects to the database and then disconnects, and call it using: java -Xrunhprof:cpu=samples,depth=16 TestConnectDisconnect You will get a file called java.hprof.txt - could you post it please? Please include a directory listing (file names and file sizes). 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 -~----------~----~----~----~------~----~------~--~---
