Hi, > I noticed the blob (lob) files getting deleted only after database > gets closed from mydb.lobs.db folder. Is this intentional?
I'm not sure, but I believe if the object is no longer referenced in memory, the file will be deleted. Did you try the system property "h2.lobInDatabase"? Even in this case, space is not immediately freed (the database file doesn't shrink immediately), but free disk space is immediately re-used. 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.
