Hi, You wrote that it's a "performance problem". You also wrote that you need "compact database at runtime". Are you *sure* that compacting the database at runtime would solve the performance problem? If yes, why do you think so?
Maybe it's just a regular performance problem, something common, such as a missing index, or a query is not using the right index for some reason. How to analyze and solve performance problems is documented here: http://h2database.com/html/performance.html 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.
