Re: Sync Replication with transaction-controlled durability

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Sync Replication with transaction-controlled durability
Дата
Msg-id 4C9089C8.6090508@enterprisedb.com
обсуждение исходный текст
Ответ на Sync Replication with transaction-controlled durability  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Sync Replication with transaction-controlled durability  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On 14/09/10 20:48, Simon Riggs wrote:
> When each new messages arrives from master the WALreceiver will write
> the new data to the WAL file, wake the WALwriter and then reply. Each
> new message from master receives a reply. If no further WAL data has
> been received the WALreceiver waits on the latch. If the WALReceiver is
> woken by WALWriter or Startup then it will reply to master with a
> message, even if no new WAL has been received.

Wrt. the earlier discussion about when the standby sends the 
acknowledgment, this is the key paragraph. So you *are* sending multiple 
acknowledgments per transaction, but there is some smarts to combine 
them when there's a lot of traffic. Fair enough.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [BUGS] BUG #5305: Postgres service stops when closing Windows session
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Synchronous replication - patch status inquiry