Re: Connection.setReadOnly()

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Connection.setReadOnly()
Дата
Msg-id alpine.BSO.2.00.0912101922140.16299@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Connection.setReadOnly()  (John R Pierce <pierce@hogranch.com>)
Ответы Re: Connection.setReadOnly()  (John R Pierce <pierce@hogranch.com>)
Список pgsql-jdbc

On Thu, 10 Dec 2009, John R Pierce wrote:

> Kris Jurka wrote:
>> Just because your connection is readonly doesn't mean that everyone elses
>> is as well.  If you want a consistent view of the database you can get that
>> with a serializable transaction.
>
> my oracle developers are screaming bloody murder over this.
>
> they have processes that do nothing but reads.   jdbc tosses a BEGIN; out
> automatically.   these processes never Commit(); on a read, why should they?

So if they go to the trouble of doing a setReadOnly call, why not simply
do a setAutoCommit(true) call as well?

Kris Jurka

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Connection.setReadOnly()
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Connection.setReadOnly()