Re: confused about transactions and connection pools

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: confused about transactions and connection pools
Дата
Msg-id 45473968.1050703@opencloud.com
обсуждение исходный текст
Ответ на Re: confused about transactions and connection pools  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: confused about transactions and connection pools
Список pgsql-jdbc
Tom Lane wrote:
> I'm a bit
> dubious that the prepared-statement machinery actually results in a win
> compared to just issuing simple Query messages.

The driver has no infrastructure for issuing simple Query messages in v3
mode, and anyway we want to batch the BEGIN up with the query that
follows it.

COMMIT/ROLLBACK might be of dubious value but I don't know if it's worth
having a completely separate code path in the driver just for that one case.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tom Arthurs
Дата:
Сообщение: Re: Date time format out of range????
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: confused about transactions and connection pools