Re: Choosing a Transaction Isolation Level

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Choosing a Transaction Isolation Level
Дата
Msg-id Pine.LNX.4.33.0305141133360.31454-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Choosing a Transaction Isolation Level  (Adam Sherman <adam@tritus.ca>)
Список pgsql-general
On Wed, 14 May 2003, Adam Sherman wrote:

> How should one choose a Transaction Isolation Level?

Well, first, read up a bit here:

http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=transaction-iso.html

Basically, the philosophy goes like this:

Serializable treats every select kinda like a "select for update" in that
if what you selected in the first line changes by the third line, the
transaction


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

Предыдущее
От: greg@turnstep.com
Дата:
Сообщение: Re: fomatting an interval (resend)
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Choosing a Transaction Isolation Level