Re: Discourage splitting pg_wal directory - Mailing list pgsql-docs

From Greg Sabino Mullane
Subject Re: Discourage splitting pg_wal directory
Date
Msg-id CAKAnmmK1_igr8snfjVOHFiTBz1Nc=FBOsLGvKZNzvNmpZdAwdQ@mail.gmail.com
Whole thread Raw
In response to Re: Discourage splitting pg_wal directory  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: Discourage splitting pg_wal directory
List pgsql-docs

On Mon, Mar 18, 2024 at 11:58 AM Laurenz Albe <laurenz.albe@cybertec.at> wrote:
I think it is still a good idea to put data files and WAL on different file
systems.  Perhaps not so much with the intention of distributing I/O across
different disks, but to prevent the data files from filling the WAL disk.

Cannot say I understand this - if the data files are crowding out the WAL, surely they are moments away from filling the disk on their own. Disk is cheap these days, so I'm not a fan of encouraging complexity if not needed.

Cheers,
Greg


 

pgsql-docs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Non-blocking synchronization in libpq using pipeline mode
Next
From: Laurenz Albe
Date:
Subject: Re: Discourage splitting pg_wal directory