Hi, Most likely the problem is a bug in the LOB mechanism, which results in very slow connection closing if there are a lot of CLOBs or BLOBs (I know I already wrote that in another mail). I will fix this in the next release.
> CONTENT BLOB NOT NULL Could you try with BINARY instead of BLOB? I know it's not the exactly the same, but just to verify this is really the problem. Closing the database is supposed to take at most 0.2 second by default (database setting MAX_COMPACT_TIME). Closing the last connection will close the database, but closing any other connection should take very close to 0 seconds. 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.
