Re: Hot standby and synchronous replication status

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Hot standby and synchronous replication status
Дата
Msg-id 9837222c0908102333g4dd742ectd359761fe2964e57@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hot standby and synchronous replication status  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Hot standby and synchronous replication status  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On Tuesday, August 11, 2009, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
>
>
> 2009/8/11 Robert Haas <robertmhaas@gmail.com>
>
> We should probably have a separate discussion about what the least
> committable unit would be for this patch.  I wonder if it might be
> sufficient to provide a facility for streaming WAL, plus a standalone
> tool for receving it and storing it to a file.  This might be designed
> as an improvement on our existing concept of an archive; the advantage
> would be that you could have all but perhaps the last few seconds of
> WAL if the primary kicked the bucket, rather than being behind by up
> to checkpoint_timeout.  Allowing the WAL to be received directly by
> PostgreSQL could be a future enhancement.
> That's an interesting idea. That would essentially be another method to set up a WAL archive. I'm not sure it's
worthwhileon its own, but once we have the wal-sender infrastructure in place it should be easy to write such a tool. 



It most definitely would be useful on it's own. I have several
installations where we'd love such a capability.


/Magnus


-- Magnus HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hot standby and synchronous replication status
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: WIP: to_char, support for EEEE format