Re: measure database contention - Mailing list pgsql-performance

From Robert Haas
Subject Re: measure database contention
Date
Msg-id 603c8f070812170856g7ae06d58q2f487bead5f7be15@mail.gmail.com
Whole thread Raw
In response to Re: measure database contention  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Responses Re: measure database contention  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
List pgsql-performance
> is the exact query... i think it will be removed later today because
> is a bad query anyway... but my fear is that something like happens
> even with good ones...
>
> maybe chekpoints could be the problem?
> i have 8.3.5 and condigured checkpoint_timeout in 15 minutes,
> chekpoint_segments 6 and checkpoint_completion_target to 0.5

Well, it might help if you could provide the query, and the EXPLAIN output.

Unless the query is updating data (rather than just retrieving it),
checkpoints shouldn't be involved (I think).

...Robert

pgsql-performance by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: measure database contention
Next
From: "Jaime Casanova"
Date:
Subject: Re: measure database contention