Hi, With version 1.2.144 the performance problem opening a database with MVCC=TRUE should be fixed.
There is a problem in your database URL: you are using CACHE_SIZE=0. This is really bad for performance. Please use at least CACHE_SIZE=1024, or better the default value. Using CACHE_SIZE=0 explains why opening the database can take 30 seconds. 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.
