Re: NFS, file system cache and shared_buffers - Mailing list pgsql-performance

From Heikki Linnakangas
Subject Re: NFS, file system cache and shared_buffers
Date
Msg-id 53848490.6060001@vmware.com
Whole thread Raw
In response to NFS, file system cache and shared_buffers  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Responses Re: NFS, file system cache and shared_buffers
List pgsql-performance
On 05/27/2014 02:06 PM, Albe Laurenz wrote:
> I just learned that NFS does not use a file system cache on the client side.
>
> On the other hand, PostgreSQL relies on the file system cache for performance,
> because beyond a certain amount of shared_buffers performance will suffer.
>
> Together these things seem to indicate that you cannot get good performance
> with a large database over NFS since you can leverage memory speed.
>
> Now I wonder if there are any remedies (CacheFS?) and what experiences
> people have made with the performance of large databases over NFS.

I have no personal experience with NFS, but sounds like a
higher-than-usual shared_buffers value would be good.

- Heikki


pgsql-performance by date:

Previous
From: Albe Laurenz
Date:
Subject: NFS, file system cache and shared_buffers
Next
From: Stephen Frost
Date:
Subject: Re: NFS, file system cache and shared_buffers