Re: incoherent view of serializable transactions - Mailing list pgsql-hackers

From Robert Haas
Subject Re: incoherent view of serializable transactions
Date
Msg-id EF51FA30-452A-44C8-835F-DB55C95A72CD@gmail.com
Whole thread Raw
In response to Re: incoherent view of serializable transactions  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
List pgsql-hackers
On Dec 24, 2008, at 6:46 PM, Ron Mayer <rm_pg@cheapcomplexdevices.com>  
wrote:

> Robert Haas wrote:
>>> ... serializable transaction ...
>> If we were to construct a database that had one giant lock for the
>> entire database so that only a single query could execute at one  
>> time,
>> transactions would be serializable (because they'd in fact be
>> serialized).  However, performance would suck.
>
> I wonder if this giant-lock-for-isolation-level-serializable
> is a mode postgres should support.  ISTM it would meet the
> letter of the spec, and at least some of the people using
> "transaction isolation level serializable" are doing so precisely
> because they *want* the database to deal with all possible
> serialization issues, and accepting performance penalties.

No. :-)

Cheers,

...Robert


pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: Re: incoherent view of serializable transactions
Next
From: KaiGai Kohei
Date:
Subject: Re: [idea] a copied relkind in pg_attribute