Re: Update on true serializable techniques in MVCC

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Update on true serializable techniques in MVCC
Дата
Msg-id 4B29DFFD020000250002D6A1@gw.wicourts.gov
обсуждение исходный текст
Ответ на Update on true serializable techniques in MVCC  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
Nicolas Barbier  wrote:
> Therefore, with next-key locking you better don't have too many table
> scans if you want to have any concurrent transactions.
Well, I would say that you don't want too many table scans on heavily
updated tables if you don't want too many serialization failures.  Keep
in
mind that the SIREAD locks would not block anything.  A dangerous
structure,
involving two adjacent rw dependencies, must be found before anything is
rolled back.
-Kevin



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Standby and prepared transactions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Largeobject Access Controls (r2460)