Re: no universally correct setting for fsync

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: no universally correct setting for fsync
Дата
Msg-id 4BE8118502000025000314CB@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: no universally correct setting for fsync  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: no universally correct setting for fsync  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: no universally correct setting for fsync  (Yeb Havinga <yebhavinga@gmail.com>)
Список pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> wrote:
> The answer to this is:
> 
> PostgreSQL.org recommends that this setting be left on at all
> times.  Turning it off, may lead to data corruption.
> 
> Anything else is circumstantial and based on knowledge and facts
> we don't have about environmental factors. 
Perhaps Josh's language for fsync could be modified to work here
(we're now talking about full_page_writes, for anyone who's lost
track):
| it is only advisable to turn off fsync if you can easily recreate
| your entire database from external data.
That covers bulk loads to an empty or just-backed-up database and
entirely redundant databases.  Saying it should never be turned off
would tend to make one wonder why we have the setting at all.
-Kevin


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: no universally correct setting for fsync
Следующее
От: Tom Lane
Дата:
Сообщение: Re: no universally correct setting for fsync