Re: Disable page writes when fsync off, add GUC

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: Disable page writes when fsync off, add GUC
Дата
Msg-id 03eb01c58204$00e5d6f0$0f01a8c0@zaphod
обсуждение исходный текст
Ответ на Re: Disable page writes when fsync off, add GUC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Disable page writes when fsync off, add GUC
Список pgsql-patches
Bruce Momjian wrote:

> Bruce Momjian wrote:
>> This also adds a full_page_writes GUC to turn off page writes to WAL.
>> Some people might not want full_page_writes.
>
> Fsync linkage removed, patch attached and applied.

...
+     When this option is on, the <productname>PostgreSQL</> server
+     writes full pages to WAL when they first modified after a checkpoint
+     so full recovery is possible.

I believe this should be "when they _are_ first modified after".

Perhaps you should also mention power failure, not only an operating system
crash as disaster scenario, even if the latter includes the former.

Best Regards,
Michael Paesold


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: patch: garbage error strings in libpq
Следующее
От: Neil Conway
Дата:
Сообщение: Re: INSERT ... RETURNING