Hi, > For this smaller-size database, it takes upto 7 minutes to open it, > although we are running our application on low-powered hardware with a > JVM that doesn't do JIT.
What hardware and software do you use? I don't think a JVM that doesn't do JIT is the main target market for H2. > Specifically, when when we connect with a LOG=2 option after having > made a connection first without it, we end up in the > Database.setLog(int level) method. It correctly updates the 'logLevel' > member variable as well as 'fileIndex.logChanges'. However, the value > of 'Database.logIndexChanges' remains unchanged and equal to 'false'. > This, we believe, is not the intended behavior and is causing problems > in the index recovery on startup. You are right, it looks wrong. I will try to fix it in the next release. 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 -~----------~----~----~----~------~----~------~--~---
