Re: WAL and backup recovery

From: "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dario Brignardello <dbrignar(at)sinectis(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: WAL and backup recovery
Date: 2001-05-23 17:23:02
Message-ID: Pine.LNX.4.21.0105231320040.317-100000@aluminum.cs.pitt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, 23 May 2001, Tom Lane wrote:

> Dario Brignardello <dbrignar(at)sinectis(dot)com> writes:
> > checkpoint_segments = 1
> > checkpoint_timeout = 30
>
> Reducing checkpoint_segments and checkpoint_timeout is actually
> seriously counterproductive, if your problem is amount of disk space
> chewed up by WAL logs during a long transaction (such as bulk load of
> a big table). The WAL log cannot be truncated until the xact commits,
> so the checkpoints that happen meanwhile just cause log bloat. Lots
> of it, because each checkpoint causes fresh copying of modified pages
> into the WAL log.

Hi Tom,
in the manual it mentions that the defaults are checkpoint_segments=3 and checkpoint_timeout=300 and a checkpoint occurs for whichever of the two comes up first. If I change in postgresql.conf checkpoint_segments=10, will the default checkpoint_timeout=300 be ignored or should I increase that as well. I mean, will checkpoint_timeout be still in effect, because if so, then the increasing only checkpoint_segments is useless.

thanks in advance,
thalis

>
> Try increasing those numbers, not decreasing them. Maybe 10/600 or so?
>
> Also, if you are short on disk space for WAL, increasing wal_files isn't
> such a great idea either.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dario Brignardello 2001-05-23 17:54:34 Re: WAL and backup recovery
Previous Message Bob Himes 2001-05-23 16:55:24 log files