Re: Serializable isolation level

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Serializable isolation level
Дата
Msg-id 1365.1129649330@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Serializable isolation level  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Richard Huxton <dev@archonet.com> writes:
> sknipe@tucows.com wrote:
>> I need you expert opinions on the following statement.

> You have four statements here.

Also, no one of those statements is a reason for using serializable mode
instead of read committed mode, since they all apply to read committed
just as well.  Real reasons for choosing one over the other have to do
with what your application logic looks like and what you are prepared to
do to recover from inconsistencies introduced by concurrent updates.
I would suggest reading the documentation at
http://developer.postgresql.org/docs/postgres/mvcc.html

            regards, tom lane

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

Предыдущее
От: Emi Lu
Дата:
Сообщение: About postgreSQL database Synchorization
Следующее
От: "Onyx"
Дата:
Сообщение: Re: A good client