On 2014-01-30 08:21, dresa_ wrote:



Our System works complete transactional, although commits do not clean the
internal h2 LOB Tables after their corresponding data record is deleted. The
only way to stop the Database Files from growing is the use a shutdown
compact regularly.


That sounds like a dangling commit, since some of our LOB cleanup logic runs at 
commit()/rollback() time.

i.e. you might have some piece of code somewhere that opens a transaction and 
does not close it.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to