Re: incoherent view of serializable transactions

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: incoherent view of serializable transactions
Дата
Msg-id 4952C9C9.5050602@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: incoherent view of serializable transactions  ("Robert Haas" <robertmhaas@gmail.com>)
Ответы Re: incoherent view of serializable transactions  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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.



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: parallel restore vs. windows
Следующее
От: Robert Haas
Дата:
Сообщение: Re: incoherent view of serializable transactions