Serializable isolation level

Поиск
Список
Период
Сортировка
От
Тема Serializable isolation level
Дата
Msg-id web-27257616@bk2.webmaillogin.com
обсуждение исходный текст
Ответы Re: Serializable isolation level  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
I need you expert opinions on the following statement.

The primary reason I use serialized transactions is to
avoid race conditions. One of postgresql's famed features
is the MVCC (multi-version concurrency control) aka
serialized transactions, which allows you to avoid using
row/table level locks. It's *supposed* to keep things
moving much more quickly than locks allow for.

Thanks,

Steve.

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

Предыдущее
От: "surabhi.ahuja"
Дата:
Сообщение: server , client encoding issue
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: really thanks,Teodor Sigaev. HOW ts2 implment that