latest jdbc release - Mailing list pgsql-jdbc

From Tom Smith
Subject latest jdbc release
Date
Msg-id CAKwSVFEu-FEun9vpKc=5RyZ11=TfpYe+rw6ZuBBQD5Hku0Z14g@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Hello:

I noticed in Changelog with the following

  • perf: Remove expensive finalize method from Statement Finalize method on Statement is moved to a separate class that is lazily created if user sets "autoCloseUnclosedConnections"="true". This dramatically improves performance of statement instantiation and reduces garbage collection overhead on several wildly used JMVs. PR #290 (eb83210)

I wonder if or how I could set in my JDBC program to use the enhancement.

I am using a pool driver, so I wonder how it will work out pool connection that usually does not close underneath db connection.

Thanks

pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: executebatch:
Next
From: Craig Ringer
Date:
Subject: Re: executebatch: