Serializable isolation level - Mailing list pgsql-general

From
Subject Serializable isolation level
Date
Msg-id web-27257616@bk2.webmaillogin.com
Whole thread Raw
Responses Re: Serializable isolation level  (Richard Huxton <dev@archonet.com>)
List 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 by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: server , client encoding issue
Next
From: Teodor Sigaev
Date:
Subject: Re: really thanks,Teodor Sigaev. HOW ts2 implment that