Re: [HACKERS] Point in Time Recovery

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [HACKERS] Point in Time Recovery
Дата
Msg-id 1090275263.28049.378.camel@stromboli
обсуждение исходный текст
Ответ на Re: [HACKERS] Point in Time Recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Mon, 2004-07-19 at 17:56, Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> I had second thoughts about that and didn't do it in the committed
> >> patch, though it's certainly still open for debate.
>
> > How are we handling a crash during recovery?
>
> Retry, perhaps.  It doesn't seem any different from crash-during-recovery
> in the non-archived scenario ...
>

Well, a recovery is just re-applying already written logs at super
speed. We don't need to write WAL because we already wrote it once (and
that would really confuse the timeline issue).

I think if this was an issue, the solution would be to speed up recovery
since that would benefit us more than putting recovery-squared code in.

Just start over...

Best Regards, Simon Riggs


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgxs: build infrastructure for extensions v4
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [HACKERS] Point in Time Recovery