Re: SSI and Hot Standby

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: SSI and Hot Standby
Дата
Msg-id 4D3947300200002500039984@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: SSI and Hot Standby  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> wrote:
> (1)  A read write transaction might need to be canceled to
> prevent the view of the data a committed read only transaction has
> already seen from becoming inconsistent.  (Dan's example)
And this one seems entirely a theoretical possibility.  I spent a
little time looking it over, and I don't see how it could be made to
work from hot standbys without an unbounded flow of predicate lock
information from all standbys to the master *plus* blocking commits
on the master for the duration of the longest round trip latency to
any standby.  I think we can call this one dead on arrival.
-Kevin


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: More detailed auth info
Следующее
От: Tom Lane
Дата:
Сообщение: Re: More detailed auth info