Re: ZFS filesystem - supported ?

From: Mladen Gogala <gogala(dot)mladen(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: ZFS filesystem - supported ?
Date: 2021-10-23 13:03:55
Message-ID: 1e0db1d2-6a9e-f5f7-44af-e7a1997bafcf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 10/23/21 07:29, Laura Smith wrote:
> Hi,
>
> Given an upcoming server upgrade, I'm contemplating moving away from XFS to ZFS (specifically the ZoL flavour via Debian 11). BTRFS seems to be falling away (e.g. with Redhat deprecating it etc.), hence my preference for ZFS.
>
> However, somewhere in the back of my mind I seem to have a recollection of reading about what could be described as a "strong encouragement" to stick with more traditional options such as ext4 or xfs.
>
> A brief search of the docs for "xfs" didn't come up with anything, hence the question here.
>
> Thanks !
>
> Laura
>
>
Hi Laura,

May I ask why would you like to change file systems? Probably because of
the snapshot capability? However, ZFS performance leaves much to be
desired. Please see the following article:

https://www.phoronix.com/scan.php?page=article&item=ubuntu1910-ext4-zfs&num=1

This is relatively new, from 2019. On the page 3 there are tests with
SQLite, Cassandra and RocksDB. Ext4 is much faster in all of them.
Finally, there is another article about relational databases and ZFS:

https://blog.docbert.org/oracle-on-zfs/

In other words, I would test very thoroughly because your performance is
likely to suffer. As for the supported part, that's not a problem.
Postgres supports all modern file systems. It uses Posix system calls to
manipulate, read and write files. Furthermore, if you need snapshots,
disk arrays like NetApp, Hitachi or EMC can always provide that.

Regards

--
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message TIM CHILD 2021-10-23 13:09:25 Re: Strange sequences - how to construct?
Previous Message Mladen Gogala 2021-10-23 12:41:16 Re: WAL streaming and dropping a large table