Re: Streaming replication, and walsender during recovery

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Streaming replication, and walsender during recovery
Дата
Msg-id 4B61DC31.8020404@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Streaming replication, and walsender during recovery  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Streaming replication, and walsender during recovery
Список pgsql-hackers
Simon Riggs wrote:
> I'm a little worried the feature set of streaming rep isn't any better
> than what we have already.

Huh? Are you thinking of the "Record-based Log Shipping" described in
the manual, using a program to poll pg_xlogfile_name_offset() in a tight
loop, as a replacement for streaming replication? First of all, that
requires a big chunk of custom development, so it's a bit of a stretch
to say we have it already. Secondly, with that method, the standby stillstill be replaying the WAL one file at a time,
whichmakes a difference
 
with Hot Standby.

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


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Streaming replication, and walsender during recovery
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Review: listagg aggregate