Re: PG V9 on NFS

From: Scott Mead <scottm(at)openscg(dot)com>
To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PG V9 on NFS
Date: 2013-02-12 01:21:29
Message-ID: CAKq0gv+8=oVs3_SA=cbXep6U1LHaZJUdBW5jxL3aYfs2pE67Dg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Feb 11, 2013 at 5:22 PM, Gauthier, Dave <dave(dot)gauthier(at)intel(dot)com>wrote:

> Can PG V9.1* support a DB that's on an NFS disk?****
>
> I googled around, but nothing popped out.****
>
> Also, would you happen to know the answer to this for MySQL v5.5*? ****
>
> Thanks in Advance.
>

I've done this before, and I really wish I hadn't. NFS has gotten speedier
and more reliable, but the tendency to lock up an entire system and crash
unexpectedly is still there. The other thing with NFS is that it is a lot
easier for people to try and run multi-headed clusters ( which, isn't
supported in postgres and will cause corruption if you do it). If network
based storage is really a need, take a look at iSCSI or ATA over ethernet.
I've had great luck there.

--Scott

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2013-02-12 01:25:06 Re: PG V9 on NFS
Previous Message John R Pierce 2013-02-12 01:17:35 Re: Installing Postgress 8.0.5 in Ubuntu 10.12