Re: Decreasing WAL size effects - Mailing list pgsql-general

From Craig Ringer
Subject Re: Decreasing WAL size effects
Date
Msg-id 490ABB08.9050708@postnewspapers.com.au
Whole thread Raw
In response to Re: Decreasing WAL size effects  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-general
> If Pg truncated the WAL files before calling archive_command, and would
> accept truncated WAL files on restore, that'd be really useful.

On second thought - that'd prevent reuse of WAL files, or at least force
the filesystem to potentially allocate new storage for the part that was
truncated.

Is it practical or sane to pass another argument to the archive_command:
a byte offset within the WAL file that is the last byte that must be
copied? That way, the archive_command could just avoid reading any
garbage in the first place, and write a truncated WAL file to the
archive, but Pg wouldn't have to do anything to the original files.
There'd be no need for a tool like pg_clearxlogtail, as the core server
would just report what it already knows about the WAL file.

Sound practical / sane?

--
Craig Ringer

pgsql-general by date:

Previous
From: "Jodok Batlogg"
Date:
Subject: tsearch2 problem
Next
From: Christian Schröder
Date:
Subject: Storage location of temporary files