fsync and hardware write cache

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема fsync and hardware write cache
Дата
Msg-id 37593.64.119.142.34.1093286072.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответы Re: fsync and hardware write cache  (Doug McNaught <doug@mcnaught.org>)
Re: fsync and hardware write cache  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: fsync and hardware write cache  (Manfred Spraul <manfred@colorfullife.com>)
Список pgsql-hackers
Something to think about:

if you run PostgreSQL with fsync on, but you use the hardware write cache
on your disk drives, how likely are you to lose data? Obviously, this is a
fairly limited problem, as it only applies to power down (which you can
control) or power loss where the risks may be reduced but not eliminated
with a UPS.

Does it make sense to add a platform specific call that will flush a write
cache when fsync is enable?




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

Предыдущее
От: Darcy Buskermolen
Дата:
Сообщение: Re: 8.0 Open Items
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: fsync and hardware write cache