Re: Sync Rep v17

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Sync Rep v17
Дата
Msg-id 4D6E581A020000250003B2E3@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Sync Rep v17  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Sync Rep v17  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> wrote:
> allow_standalone_primary=off means "wait forever". It does nothing
> to reduce data loss since you can't replicate to a server that
> isn't there.
Unless you're pulling from some persistent source which will then
feel free to discard what you have retrieved.  You can't assume
otherwise; it's not that rare a pattern for interfaces.  We use such
a pattern for accepting criminal complaints from district attorneys
and sending warrant information to police agencies.  Waiting a long
time (it won't *actually* be forever) is better than losing
information.
In other words, making a persistence promise which is not kept can
lose data on the client side, if the clients actually trust your
guarantees.
-Kevin


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ALTER TYPE COLLATABLE?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Sync Rep v17