Re: hot standby documentation

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: hot standby documentation
Дата
Msg-id AANLkTikJ2Z8BInqKg5k9hnSeT6hScJGQ7wr-4mW_yNjR@mail.gmail.com
обсуждение исходный текст
Ответ на Re: hot standby documentation  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-docs
On Wed, Jun 23, 2010 at 3:05 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> We could also allow SELECT ... FOR SHARE during Hot Standby, simply by
>> making it same as normal SELECT, without any ill effects.
>
> True.

Actually, wait a minute.  Why wouldn't we need to lock the tuples on
the standby just as we do on the primary?  Sure, there can't be
another user transaction modifying those tuples, but WAL replay could
still modify them.

Anyhow, I think that's beside the point.  The documentation just says
what Hot Standby does, not what it might do in a future release.  And
I don't think this patch changes that very much at all.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: hot standby documentation
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: hot standby documentation