Re: Dynamically-sized WAL files - Mailing list pgsql-general

From Simon Riggs
Subject Re: Dynamically-sized WAL files
Date
Msg-id 1257860395.5363.1194.camel@ebony
Whole thread Raw
In response to Dynamically-sized WAL files  (Thom Brown <thombrown@gmail.com>)
Responses Re: Dynamically-sized WAL files  (Thom Brown <thombrown@gmail.com>)
List pgsql-general
On Tue, 2009-11-10 at 09:39 +0000, Thom Brown wrote:

> Is there a reason we require fixed-size WAL files?

Currently we reuse the files, which is much easier with fixed size
files.

It might have been interesting once to pass the size at log switch
through to the archiver as a parameter, though we didn't do that at the
time. Streaming is the way forwards, not file-by-file.

--
 Simon Riggs           www.2ndQuadrant.com


pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: What to install to be able to build docs on Arch Linux?
Next
From: NMarcu
Date:
Subject: Need help to do an insert from other table in the new table just created by default ( like a trigger to fire after create table )