Re: can postgres run well on NFS mounted partitions? - Mailing list pgsql-general

From Albe Laurenz
Subject Re: can postgres run well on NFS mounted partitions?
Date
Msg-id A737B7A37273E048B164557ADEF4A58B50FE3E1C@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: can postgres run well on NFS mounted partitions?  (John McKown <john.archie.mckown@gmail.com>)
List pgsql-general
John McKown wrote:
> All of the above make we curious about using NFS for the data files, but having the WAL files on a
> local, perhaps SSD, device.​ I am not knowledgeable about WAL. Of course, I don't know why the OP wants
> to put the database files on an NFS.

If the data file storage does not keep the promise that synced files are
actually on disk, you'd get in trouble at checkpoint time.

So if you don't trust NFS, that wouldn't be an option.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Does PostgreSQL ever create indexes on its own?
Next
From: Thomas Kellerer
Date:
Subject: Re: Does PostgreSQL ever create indexes on its own?