Re: WAL file utilization question - Mailing list pgsql-admin

From Tom Lane
Subject Re: WAL file utilization question
Date
Msg-id 6775.1179345777@sss.pgh.pa.us
Whole thread Raw
In response to Re: WAL file utilization question  (Keaton Adams <kadams@mxlogic.com>)
List pgsql-admin
Keaton Adams <kadams@mxlogic.com> writes:
> Well, no, I'm not that paranoid where I expect checkpoints to be taking
> place so often.  I do find it interesting that controlling checkpoint
> frequency is a factor of the number of WAL files available.  In order to
> get up to 60 second checkpoints I had to set checkpoint_segments to 25,
> which resulted in the creation of 52 log files in data/pg_xlog.  So for
> 120 second checkpoints I will need to have up to 104 log files in
> data/pg_xlog available?

No, it's nonlinear, precisely because of the
checkpoints-increase-the-log-size effect.  Given the size of modern
disks, I don't see why a couple Gb of WAL space is a problem anyhow
for a large database.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump not enough space to create a backup FreeBSD 6.1?
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_dump not enough space to create a backup FreeBSD 6.1?