Hi, Yes, I added a timeout.
First I wanted to keep the CLOB / BLOB objects only until the next transaction. The problem is that some methods in JdbcConnection started a new transaction (Statement.getQueryTimeout for example). It would be better if those transactions are not required, but thats a change for another day. Regards, Thomas On Sunday, April 12, 2015, Fred&Dani&Pandora&Aquiles <[email protected]> wrote: > Hi, > > I think he added a timeout for BLOB and CLOB objects: > > References to BLOB and CLOB objects now have a timeout. The configuration > setting is LOB_TIMEOUT (default 5 minutes). This should avoid growing the > database file if there are many queries that return BLOB or CLOB objects, > and the database is not closed for a longer time. > > Regards, > > Fred > > > > 2015-04-11 16:07 GMT-03:00 Kenton Garner <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: > >> Thomas, what did you decide to do for this? >> >> -- >> 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] >> <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> >> . >> To post to this group, send email to [email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>. >> Visit this group at http://groups.google.com/group/h2-database. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- 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/d/optout.
