On 28 March 2016 at 10:37, Alex Panchenko <[email protected]> wrote:
> I've updated my patch to use JdbcDatabaseMetaData., not sure about > performance now as a new metadata instance is created each time. > Should a cached instance of JdbcDatabaseMetaData be returned > from org.h2.jdbc.JdbcConnection.getMetaData()? > Doing a database query in every setObject() call is not nice. > > I would suggest caching it. Thanks, Noel -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
