Re: Document how to turn off disk write cache on popular operating

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Document how to turn off disk write cache on popular operating
Date: 2007-12-11 13:18:42
Message-ID: 200712111318.lBBDIgg06843@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Magnus Hagander wrote:
> On Mon, Dec 10, 2007 at 02:05:05PM +0000, Bruce Momjian wrote:
> > Log Message:
> > -----------
> > Document how to turn off disk write cache on popular operating systems.
> >
> > Modified Files:
> > --------------
> > pgsql/doc/src/sgml:
> > wal.sgml (r1.46 -> r1.47)
> > (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/wal.sgml?r1=1.46&r2=1.47)
>
> Should this mention that you don't need to turn it off at the disk level if
> you use fsync_writethrough?

Uh, I remember we looked at this checkbox before but I don't remember
the details, and I can't find a comment about it. Was the issue that
writethrough always forces through the disk cache? Is that the default
on Win32? Did we comment this somewhere?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-12-11 14:34:43 pgsql: Use _USE_32BIT_TIME_T when building with MSVC.
Previous Message Magnus Hagander 2007-12-11 08:44:09 Re: pgsql: Document how to turn off disk write cache on popular operating

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Rylander 2007-12-11 13:20:38 Re: partitioned table query question
Previous Message Csaba Nagy 2007-12-11 13:07:30 Re: WORM and Read Only Tables (v0.1)