Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: File Systems Compared


  • From: Mark Lewis <mark(dot)lewis(at)mir3(dot)com>
  • To: Brian Wipf <brian(at)clickspace(dot)com>
  • Cc: pgsql-performance(at)postgresql(dot)org
  • Subject: Re: File Systems Compared
  • Date: Wed, 06 Dec 2006 08:55:14 -0800
  • Message-id: <1165424114(dot)9734(dot)298(dot)camel(at)archimedes>

> Anyone run their RAIDs with disk caches enabled, or is this akin to
> having fsync off?

Disk write caches are basically always akin to having fsync off.  The
only time a write-cache is (more or less) safe to enable is when it is
backed by a battery or in some other way made non-volatile.

So a RAID controller with a battery-backed write cache can enable its
own write cache, but can't safely enable the write-caches on the disk
drives it manages.

-- Mark Lewis



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group