Re: number of transactions doubling

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: number of transactions doubling
Дата
Msg-id 451C5725.4070905@opencloud.com
обсуждение исходный текст
Ответ на Re: number of transactions doubling  ("Sriram Dandapani" <sdandapani@counterpane.com>)
Список pgsql-jdbc
Sriram Dandapani wrote:
> Autocommit is set to off once a connection is obtained from the jboss
> pool. It is turned back on when it is closed (so that any idle
> transactions are committed).

Don't know what to suggest then -- if autocommit is off then the JDBC
driver should be sending BEGIN before the first query & COMMIT or
ROLLBACK when you explicitly delimit a transaction. There's nothing
special about batches.

You could set loglevel=2 as a JDBC URL parameter to see exactly what the
JDBC driver is sending, perhaps. Or turn on logging on the server side,
though I'm not sure at exactly which server version the logging of the
extended query protocol became useful.

-O

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

Предыдущее
От: "Sriram Dandapani"
Дата:
Сообщение: Re: number of transactions doubling
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [ADMIN] number of transactions doubling