Re: WAL on zfs Settings

From: Adam Jensen <hanzer(at)riseup(dot)net>
To: Stephen Froehlich <s(dot)froehlich(at)cablelabs(dot)com>, pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: WAL on zfs Settings
Date: 2019-01-25 18:17:41
Message-ID: 9438fd99-a068-0c9e-7336-5fc199e2b97d@riseup.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi, Stephen.

I also use PostgreSQL with a ZFS filesystem (FreeBSD). Will you describe
your ZFS setup and the relevant parts of your postgresql.conf?

On 1/4/19 8:24 AM, Stephen Froehlich wrote:
> I am rebuilding my database server, and one of the novice mistakes I
> made the first time around is not creating distinct zfs filesystems for
> different tablespaces and of course the WAL. The database is for
> analysis work, which often means large data load-ins.  (Backups are
> purely occasional pg_dumps.)
>
>  
>
> My question is what are the optimal zfs settings for the WAL filesystem
> (block size, who does compression, etc.)?  The underlying hardware will
> be 3 NVME SSDs in a raidz configuration.  (I do already know that I can
> turn off full_page_writes for WAL on zfs.)
>
>  
>
> Thanks,
>
> Stephen
>
>  
>
> ------------------------------------------------------------------------
>
> Stephen Froehlich
> Sr. Strategist, *Cable*Labs^® ^
>
>
> s(dot)froehlich(at)cablelabs(dot)com <mailto:s(dot)froehlich(at)cablelabs(dot)com>
>
> Tel: +1 (303) 661-3708
>
>  
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Stephen Froehlich 2019-01-29 21:54:13 Recommended ./configure flags for Ubuntu install?
Previous Message Alvaro Herrera 2019-01-25 15:33:22 Re: pl/SQL debugging in PostgreSQL