Re: PostgreSQL over NFS? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: PostgreSQL over NFS?
Date
Msg-id 200102100042.TAA01323@candle.pha.pa.us
Whole thread Raw
In response to Re: PostgreSQL over NFS?  (Alfred Perlstein <bright@wintelcom.net>)
Responses Re: PostgreSQL over NFS?
List pgsql-general
> The part about cache incoherency is very true, the _only_ cache coherency
> NFS offers is _only_ in the v3 spec, and is specifically called 'wcc'
> 'weak cache coherency' (afaik).  So yes, you can expect differnent
> NFS clients to get different inconsistant views on heavily modified
> files unless they use advisory locking (which should fsync out locked
> ranges before release).
>
> Anyhow, if the idea is just to get a nice backup system, you could
> do a pg_dump and write the output to a NFS mounted FS, there's probably
> less that can go wrong with a large sequencial write than heavy shared
> read/write/seek.

Or just rsh over to the database system and pipe the output back to the
'backup' machine.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: tc lewis
Date:
Subject: Re: Re: PostgreSQL over NFS?
Next
From: Alfred Perlstein
Date:
Subject: Re: Re: PostgreSQL over NFS?