Hi Kevin, I have the same scenario and according to the documentation, H2 recycles used space automatically, but avoids shrinking the database files as this could lead to a negative performance impact. There is a way to shrink the database, you can find it at http://www.h2database.com/html/features.html#compacting if you want to go through the effort.
In my scenario I just leave the files as-is, given that they are going to grow again anyway. If disk space is not a real concern, rather let it be. In the past few months of testing I've yet to find a bug that I can blame H2 for, and it's not let me down yet. Regards Ewald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
