Re: Sync Rep v17

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Sync Rep v17
Дата
Msg-id 4D6E19CC020000250003B298@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Sync Rep v17  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
> The defining property of synchronous replication is that when a 
> transaction is acknowledged as committed to the client, it has
> also been replicated to the standby. You don't achieve that with 
> allow_standalone_primary=on, plain and simple. That's fine for a
> lot of people, most people don't actually want synchronous
> replication because they're not willing to pay the availability
> penalty. But IMHO it would be disingenuous to call it synchronous
> replication if you can't achieve zero data loss with it.
Right.  While there may be more people who favor high availability
than the guarantees of synchronous replication, let's not blur the
lines by mislabeling things.  It's not synchronous replication if a
commit returns successfully without the data being persisted on a
second server.
-Kevin


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Sync Rep v17
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Sync Rep v17