Re: [SPAM] Re: [SPAM] Re: [SPAM] Re: WAL directory size calculation

From: Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [SPAM] Re: [SPAM] Re: [SPAM] Re: WAL directory size calculation
Date: 2016-08-03 12:19:06
Message-ID: 6bd1bc84-72fd-2c1e-e28d-82560fcf59ff@evolu-s.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Il 03/08/2016 14:12, Michael Paquier ha scritto:
> On Wed, Aug 3, 2016 at 8:07 PM, Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it> wrote:
>> Should I keep fsync off? I'd think it would be better leaving it on, right?
> >From the docs: https://www.postgresql.org/docs/9.6/static/runtime-config-wal.html#RUNTIME-CONFIG-WAL-SETTINGS
> While turning off fsync is often a performance benefit, this can
> result in unrecoverable data corruption in the event of a power
> failure or system crash. Thus it is only advisable to turn off fsync
> if you can easily recreate your entire database from external data.
>
> So if you care about your data, that's to set in any case to on, as is
> full_page_writes.

Got it.

Thanks!

Moreno

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-08-03 12:56:45 Re: My Postgresql is inaccessible in Windows 8.1
Previous Message Michael Paquier 2016-08-03 12:12:24 Re: [SPAM] Re: [SPAM] Re: WAL directory size calculation