Обсуждение: latest jdbc release

Поиск
Список
Период
Сортировка

latest jdbc release

От
Tom Smith
Дата:
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