Re: [sfpug] DATA directory on network attached storage - Mailing list pgsql-performance

From Josh Berkus
Subject Re: [sfpug] DATA directory on network attached storage
Date
Msg-id 200504081005.45539.josh@agliodbs.com
Whole thread Raw
In response to annotated PostgreSQL.conf now up  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
Jeff,

>  Specifically is the performance of
> gigE good enough to allow postgres to perform under load with an NFS
> mounted DATA dir?  Are there other problems I haven't thought about?  Any
> input would be greatly appreciated.

The big problem with NFS-mounted data is that NFS is designed to be a lossy
protocol; that is, sometimes bits get dropped and you just re-request the
file.  This isn't a great idea with databases.

If we were talking SAN, then I don't see any reason why your plan wouldn't
work.  However, what type of failure exactly are you guarding against?  How
likely is a machine failure if its hard drives are external?

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Mischa Sandberg
Date:
Subject: Re: multi-line copy (was: Re: COPY Hacks)
Next
From: Josh Berkus
Date:
Subject: Functionscan estimates