Re: Postgres fsync off (not needed) with NetApp

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: Postgres fsync off (not needed) with NetApp
Дата
Msg-id 20060614175324.a3f9ffb4.darcy@druid.net
обсуждение исходный текст
Ответ на Postgres fsync off (not needed) with NetApp  (Dan Gorman <dgorman@hi5.com>)
Список pgsql-performance
On Wed, 14 Jun 2006 14:48:04 -0700
Dan Gorman <dgorman@hi5.com> wrote:
> If I have a pg database attached to a powervault (PV) with just an
> off-the-shelf SCSI card I generally want fsync on to prevent data
> corruption in case the PV should loose power.
> However, if I have it attached to a NetApp that ensures data writes
> to via the NVRAM can I safely turn fsync off to gain additional
> performance?

I wouldn't.  Remember, you still have to get the data to the NetApp.
You don't want things sitting in the computer's buffers when it's power
goes down.

--
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.

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

Предыдущее
От: Dan Gorman
Дата:
Сообщение: Postgres fsync off (not needed) with NetApp
Следующее
От: Mark Lewis
Дата:
Сообщение: Re: Postgres fsync off (not needed) with NetApp