Hi,

> Is there a way to determine that a database was shutdown cleanly using
> the the tools?

You could use a DatabaseEventListener and check if the indexes need to
be re-built when opening the database. The H2 Console displays
progress data when opening a H2 database in embedded mode.

Usually the .log.db file is relatively small if the database was
closed correctly.

To speed up staring a database that was not closed, you could add
;LOG=2 to the database URL.

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