Re: incoherent view of serializable transactions

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: incoherent view of serializable transactions
Дата
Msg-id EF51FA30-452A-44C8-835F-DB55C95A72CD@gmail.com
обсуждение исходный текст
Ответ на Re: incoherent view of serializable transactions  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Список 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 по дате отправления:

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: incoherent view of serializable transactions
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: [idea] a copied relkind in pg_attribute