latest jdbc release

Поиск
Список
Период
Сортировка
От Tom Smith
Тема latest jdbc release
Дата
Msg-id CAKwSVFEu-FEun9vpKc=5RyZ11=TfpYe+rw6ZuBBQD5Hku0Z14g@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: executebatch:
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: executebatch: