Re: strange pauses

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To:
Cc: Adrian Moisey <adrian(at)careerjunction(dot)co(dot)za>, pgsql-performance(at)postgresql(dot)org
Subject: Re: strange pauses
Date: 2008-01-16 15:37:58
Message-ID: Pine.GSO.4.64.0801161030260.16621@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 16 Jan 2008, Richard Huxton wrote:

> Search this list for references to "checkpoints". If you run vmstat/iostat
> for a bit you should see bursts of disk activity at those times.

The most straightforward way to prove or disprove that the slow queries
line up with checkpoints is to set to checkpoint_warning to a high value
(3600 should work), which should log every checkpoint, and then see if
they show up at the same time in the logs.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Adrian Moisey 2008-01-17 06:50:24 Re: strange pauses
Previous Message Scott Marlowe 2008-01-16 15:30:48 Re: strange pauses