Hi, Thanks a lot for your help! And sorry for the delay. I found the problem now: currently, when deleting a LOB, the object is just marked as temporary (renamed to a temp file if using the old mechanism) when committing the transaction. The LOB is deleted when closing the connection (that's why closing the database is so slow).
I changed the code to delete the LOB when committing the transaction, so this problem is solved. However, I will first have to test it carefully. 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.
