Re: Best Filesystem for PostgreSQL

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Stephan Schmidt <schmidt(at)dltmail(dot)de>
Cc: "pgsql-performance(at)lists(dot)postgresql(dot)org" <pgsql-performance(at)lists(dot)postgresql(dot)org>
Subject: Re: Best Filesystem for PostgreSQL
Date: 2019-04-17 21:07:21
Message-ID: 20190417210721.6crjwj7zc6sexeg7@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Apr 17, 2019 at 08:59:13PM +0000, Stephan Schmidt wrote:
> What would be the best filesystem to run PostgreSQL on, in Terms of Performance
> and data Integrity?

Uh, which operating system? If it is Linux, many people like ext4 or
xfs. Some like zfs. ext3/ext2 are not recommended due to fsync
performance.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Imre Samu 2019-04-17 22:03:05 Re: Best Filesystem for PostgreSQL
Previous Message Stephan Schmidt 2019-04-17 20:59:13 Best Filesystem for PostgreSQL