Re: hot standby documentation

Поиск
Список
Период
Сортировка
От Joshua Tolley
Тема Re: hot standby documentation
Дата
Msg-id 4c214166.0134e70a.3dcb.7f43@mx.google.com
обсуждение исходный текст
Ответ на Re: hot standby documentation  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-docs
On Tue, Jun 22, 2010 at 02:24:55PM -0400, Robert Haas wrote:
> On Tue, Jun 22, 2010 at 8:56 AM, Joshua Tolley <eggyknap@gmail.com> wrote:
> >> -    Queries executed on the standby will be correct with regard to the transactions
> >> -    that had been recovered at the start of the query, or start of first statement
> >> -    in the case of serializable transactions. In comparison with the primary,
> >> -    the standby returns query results that could have been obtained on the primary
> >> -    at some moment in the past.
> >> +    Queries executed on the standby will see a view of the database that
> >> +    existed on the master at some moment in the past.
> >
> > Is it really that non-deterministic? /me admits not having followed that
> > discussion. Although the original version is pretty complex, it gives the user
> > some feel for the particular moment in the past that their snapshot will
> > represent. If the original is incorrect, it would be nice to replace it with
> > something that doesn't suggest the user might end up with a snapshot from last
> > week.
>
> I had another go at this.

Much better, IMO.

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: hot standby documentation
Следующее
От: David Fetter
Дата:
Сообщение: Re: INTEGER range ("-2147483648" is not accepted.)