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

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: WAL replay logic (was Re: [PERFORM] Mount options f
Дата
Msg-id 002b01c2d7d8$18f655e0$15f5fea9@home
обсуждение исходный текст
Ответ на Re: WAL replay logic (was Re: [PERFORM] Mount options f  ("Mikheev, Vadim" <VMIKHEEV@sectordata.com>)
Список pgsql-hackers
> > > > 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".
>
> If it's going to slow down the performance of my database when not doing
> recovery (because I have to write two files for every transaction,
> rather than one)

Control file is not updated "for every transaction", only on a few special
events
like checkpoint.

Vadim




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Another trip
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Detecting corrupted pages earlier