Re: WAL replay logic (was Re: [PERFORM] Mount options f

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема Re: WAL replay logic (was Re: [PERFORM] Mount options f
Дата
Msg-id 3705826352029646A3E91C53F7189E32518782@sectorbase2.sectorbase.com
обсуждение исходный текст
Ответы Re: WAL replay logic (was Re: [PERFORM] Mount options f  (Curt Sampson <cjs@cynic.net>)
Список pgsql-hackers
> > > Added to TODO:
> > >
> > >     * Allow WAL information to recover corrupted pg_controldata
> > >...
> > > >      Using pg_control to get the checkpoint position 
> speeds up the
> > > >      recovery process, but to handle possible 
> corruption of pg_control,
> > > >      we should actually implement the reading of 
> existing log segments
> > > >      in reverse order -- newest to oldest -- in order 
> to find the last
> > > >      checkpoint. This has not been implemented, yet.
> > 
> > So if you do this, do you still need to store that information in
> > pg_control at all?

Yes: to "speeds up the recovery process".

Vadim


_____________________________________________________
Sector Data, LLC, is not affiliated with Sector, Inc., or SIAC


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: WAL replay logic (was Re: [PERFORM] Mount options for
Следующее
От: Greg Copeland
Дата:
Сообщение: Re: Detecting corrupted pages earlier