Re: PostgreSQL over NFS?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shaw Terwilliger <sterwill(at)sourcegear(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL over NFS?
Date: 2001-02-09 23:30:07
Message-ID: 29844.981761407@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shaw Terwilliger <sterwill(at)sourcegear(dot)com> writes:
> I have a client who wants to know how PostgreSQL (7) will perform over
> NFS. The NFS client is Solaris, the server is a big network storage=20
> appliance. The network is probably gigabit ethernet.

> My first reaction is to tell them they're just crazy,

I agree.

Aside from the speed issues, there's a serious reliability problem;
AFAIR, NFS doesn't guarantee very much about write ordering, which
means a crash could leave you with corrupt data.

Seems a lot better to run the Postgres server on the machine where
the storage is.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shaw Terwilliger 2001-02-09 23:44:14 Re: PostgreSQL over NFS?
Previous Message Steve Wolfe 2001-02-09 23:27:04 Re: PostgreSQL over NFS?