Re: Replication and PITR

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Replication and PITR
Дата
Msg-id 1158946496.7578.52.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Re: Replication and PITR  (Bo Lorentsen <bl@netgroup.dk>)
Ответы Re: Replication and PITR  (Bo Lorentsen <bl@netgroup.dk>)
Re: Replication and PITR  (Jim Nasby <decibel@decibel.org>)
Список pgsql-general
On Fri, 2006-09-22 at 07:47 +0200, Bo Lorentsen wrote:
> Bill Moran wrote:
> > - No reliability.  On slow days, WAL logs could take a long time to
> >   rotate, so small but important transactions might not be replicated
> >   for a long time.
> >
> So it is all right for backup but for replication it could end up laking
> too much behind, and a fail over could be hours behind.
>
> So PITR can be used, but one of the cons is the unpredictable delay of
> data. I thought one of the ideas behind the PITR system was to get
> rather reason backups of data ...
>

8.2 will fix this. You can send the WALs periodically even if they're
not full. In general, PITR will be substantially improved in 8.2 (thanks
Simon!).

The beta should be out soon enough. Download it (or the CVS) and try it
out. It never hurts to actually simulate a failure and see how quickly
and effectively you actually can recover. That is especially true in
8.1, where PITR is still somewhat rough around the edges.

Regards,
    Jeff Davis


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: postgresql rising
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: postgresql rising