Re: DOC: Wal update

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: DOC: Wal update
Date: 2008-01-09 13:25:02
Message-ID: 4784CB2E.5010008@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:
> Zdenek Kotala wrote:
>> I add few sentences how to write cache works on Solaris platform.
>
> I have updated our documentation with the attached patch. I was able to
> verify all the information in this change.

Thanks.

> I changed your original wording because the statement that UFS turns off
> write cache seemed unclear because the file system seems independent of
> the disk write cache. (What happens if you have UFS and ZFS on the same
> drive?)

You are right UFS does not modify (write) cache setting and it is usually
disabled by default on most disks. If ZFS and UFS are on same disk, than ZFS
don't enable disk cache. It is a reason why put ZFS on separate disk is better. See
http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide#Storage_Pools

> Anyway I think the attached wording is fine.

Yes, it is.

Zdenek

PS: There are some articles about ZFS.

http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide
http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide
http://www.solarisinternals.com/wiki/index.php/ZFS_for_Databases

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2008-01-09 14:31:06 Re: BUG #3860: xpath crashes backend when is querying xmlagg result
Previous Message Simon Riggs 2008-01-09 10:14:27 Re: [PATCHES] Archiver behavior at shutdown