how unsafe (or worst scenarios) when setting fsync OFF for postgresql

From: "Guoping Zhang" <guoping(dot)zhang(at)nec(dot)com(dot)au>
To: <pgsql-performance(at)postgresql(dot)org>
Cc: "Guoping Zhang (E-mail)" <guopingz(at)nstc(dot)nec(dot)com(dot)au>
Subject: how unsafe (or worst scenarios) when setting fsync OFF for postgresql
Date: 2006-04-27 06:31:23
Message-ID: 003b01c669c4$34bbd7b0$74304c93@eddy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,.

We are new to Postgresql. I am appreciated if the following question can be
answered.

Our application has a strict speed requirement for DB operation. Our tests
show that it takes about 10secs for the operation when setting fsync off,
but takes about 70 seconds when setting fsync ON (with other WAL related
parametered tuned).

We have to looking at setting fsync OFF option for performance reason,
our questions are

a) if we set fsync OFF and anything (very low chance though) like OS
crash, loss of power, or hardware fault happened, can postgresql rolls back
to the state that the last checkpoint was done ( but all the operations
after that is lost)

b) Does this roll back to last checkpoint can ensure the database back to
consistent state?

c) What is worst scenarios if setting fsync OFF in term of database
safety. We try to avoid to restore the database from nightly backup.

We view our application is not that data loss critical, say loss of five
minutes of data and operation occasionally, but the database integrity and
consistency must be kept.

Can we set fsync OFF for the performance benefit, have the risk of only 5
minutes data loss or much worse?

Thanks in advance.

Regards,

Guoping

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Simon Riggs 2006-04-27 07:13:04 Re: how unsafe (or worst scenarios) when setting fsync
Previous Message Jim C. Nasby 2006-04-27 04:55:24 Re: Running on an NFS Mounted Directory