Re: PG on NFS may be just a bad idea

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org, Mija Lee <mija(at)scharp(dot)org>
Subject: Re: PG on NFS may be just a bad idea
Date: 2007-10-09 07:44:21
Message-ID: 1191915861.4223.601.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers pgsql-novice

On Mon, 2007-10-01 at 19:25 -0400, Tom Lane wrote:
> Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> > http://blogs.netapp.com/dave/2007/08/oracle-optimize.html
>
> Not a whole lot of technical content there, but pretty interesting
> nonetheless. I *think* that the issues we're seeing are largely in the
> NFS client-side kernel code, so bypassing that stack as Oracle is doing
> might eliminate the problem. Of course, there's a sizable amount of
> code to be written to do that ...

Yeh, that would take a while.

I thought of another reason to do that also.

If you put a tablespace on an NFS mount and the remote server crashes,
it sounds like there could be a window of potential data loss. We could
guard against that by recovering the tablespace, but we don't do that
unless the local server crashes.

So having your own NFS client would allow you to tell that the link had
dropped and needed to be recovered.

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Guillaume Lelarge 2007-10-09 13:52:25 Yet another small patch :)
Previous Message Bruce Momjian 2007-10-09 02:58:46 Re: PostgreSQL vs. Postgres labeling inconsistency

Browse pgsql-hackers by date

  From Date Subject
Next Message Gokulakannan Somasundaram 2007-10-09 07:51:38 Re: Including Snapshot Info with Indexes
Previous Message Gokulakannan Somasundaram 2007-10-09 07:41:00 Re: Including Snapshot Info with Indexes

Browse pgsql-novice by date

  From Date Subject
Next Message Justin Vassallo 2007-10-09 16:11:37 is my pgsql 32 or 64 bit?
Previous Message Neil Conway 2007-10-08 21:22:17 Re: PG on NFS may be just a bad idea