Hi,

This is a relatively common problem. I will add the following paragraph to
the FAQ:

== H2 is Very Slow ==

By default, H2 closes the database when the last connection is closed. If
your application closes the only connection after each operation, the
database is opened and closed a lot, which is quite slow. There are multiple
ways to solve this problem, see Database Performance Tuning (
http://h2database.com/html/performance.html#database_performance_tuning)

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.

Reply via email to