Re: checkpoint_timeout

From: Julio Leyva <jcleyva(at)hotmail(dot)com>
To: Rafael Domiciano <rafael(dot)domiciano(at)gmail(dot)com>, Brad Nicholson <bnichols(at)ca(dot)afilias(dot)info>
Cc: <chirag(dot)dave(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: checkpoint_timeout
Date: 2008-10-08 15:11:36
Message-ID: BLU102-W53021316E8139B5A348338A13B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

We have a transactional D.B writing directly to postgres (8.3) and these parameters have worked ok for us

checkpoint_timeout = 5min
checkpoint_segments = 10
wal_buffers = 1024kB

Date: Wed, 8 Oct 2008 12:34:00 -0200
From: rafael(dot)domiciano(at)gmail(dot)com
To: bnichols(at)ca(dot)afilias(dot)info
Subject: Re: [ADMIN] checkpoint_timeout
CC: chirag(dot)dave(at)gmail(dot)com; pgsql-admin(at)postgresql(dot)org

Hello Brad,
All of my bgwriter parameters is set on default. Following:#bgwriter_delay = 200ms # 10-10000ms between rounds#bgwriter_lru_percent = 1.0 # 0-100% of LRU buffers scanned/round
#bgwriter_lru_maxpages = 5 # 0-1000 buffers max written/round#bgwriter_all_percent = 0.333 # 0-100% of all buffers scanned/round#bgwriter_all_maxpages = 5 # 0-1000 buffers max written/round

I am trying now to increase the checkpoint_segments to 40...
2008/10/8 Brad Nicholson <bnichols(at)ca(dot)afilias(dot)info>

On Wed, 2008-10-08 at 10:31 -0200, Rafael Domiciano wrote:

> The server is running Postgres 8.2.4

> When the server is doing too much operations like I, U or D the

> postgres stop a while each 5 min...!

> I mean "stopping" that I don't receive any response from postgres, and

> the process the all people are running stay there, waiting for

> something.

> I read a several names to it like: gap, stall, slowdown... I don't

> know the write expression for this situation.

The bgwriter was added to help alleviate this problem.

What are your settings for that? The solution may be to push dirty

buffers to disk more aggressively via the bgwriter so you have less work

to do at checkpoint time.

--

Brad Nicholson 416-673-4106

Database Administrator, Afilias Canada Corp.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rafael Domiciano 2008-10-08 16:18:51 Re: checkpoint_timeout
Previous Message Martin Badie 2008-10-08 15:10:11 replication with table add/removes..