Re: Documenting serializable vs snapshot isolation levels - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Documenting serializable vs snapshot isolation levels
Date
Msg-id 87k59iqtvw.fsf@oxford.xeocode.com
Whole thread Raw
In response to Documenting serializable vs snapshot isolation levels  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Documenting serializable vs snapshot isolation levels  ("Robert Haas" <robertmhaas@gmail.com>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:

> (3)  A finer-grained approach would be to make no-effect updates to
> rows to lock them if they are to be read for purposes of updating
> something else in the transaction.  This could have a high cost in
> disk access and table bloat.  It has the advantage of providing a
> simple technique which, if applied consistently, doesn't require
> knowledge of software beyond what is under development.

"no-effect updates" would be just the same as SELECT FOR UPDATE

However this has the same problem that we previously discussed where someone
can still add new records which would have changed the results of the query.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's Slony Replication
support!


pgsql-hackers by date:

Previous
From: Andrew Chernow
Date:
Subject: Re: new libpq SSL connection option
Next
From: "Robert Haas"
Date:
Subject: Re: Documenting serializable vs snapshot isolation levels