Re: Full page writes improvement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Full page writes improvement
Дата
Msg-id 23241.1170359947@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Full page writes improvement  (Koichi Suzuki <suzuki.koichi@oss.ntt.co.jp>)
Ответы Re: [HACKERS] Full page writes improvement  (Koichi Suzuki <suzuki.koichi@oss.ntt.co.jp>)
Список pgsql-patches
Koichi Suzuki <suzuki.koichi@oss.ntt.co.jp> writes:
> Here's an idea and a patch for full page writes improvement.

> Idea:
> (1) keep full page writes for ordinary WAL, make them available during
> the crash recovery, -> recovery from inconsistent pages which can be
> made at the crash,
> (2) Remove them from the archive log except for those written during
> online backup (between pg_start_backup and pg_stop_backup) -> small size
> archive log.

Doesn't this break crash recovery on PITR slaves?

            regards, tom lane

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

Предыдущее
От: Doug Knight
Дата:
Сообщение: Re: pg_standby
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-patches] Fixed shared_preload_libraries on Win32