Re: locking issue on simple selects?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Tobias Brox" <tobixen(at)gmail(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: locking issue on simple selects?
Date: 2010-09-23 20:55:54
Message-ID: 4C9B788A0200002500035C5F@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Tobias Brox <tobixen(at)gmail(dot)com> wrote:

> All while having this problem, there was one heavy query running
> in parallell ... not sure if that's relevant.

Have you turned on checkpoint logging? You might want to see if
these are happening at some particular point in the checkpoint
processing. If so, look through the archives for posts from Greg
Smith on how to tune that -- he's worked out a nice methodology to
iteratively improve your configuration in this regard.

-Kevin

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tobias Brox 2010-09-23 21:50:38 Memory usage - indexes
Previous Message Tobias Brox 2010-09-23 20:47:26 Re: locking issue on simple selects?