Re: measure database contention

From: "Robert Haas" <robertmhaas(at)gmail(dot)com>
To: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: "psql performance list" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: measure database contention
Date: 2008-12-17 16:56:56
Message-ID: 603c8f070812170856g7ae06d58q2f487bead5f7be15@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jaime Casanova 2008-12-17 18:19:36 Re: measure database contention
Previous Message Jaime Casanova 2008-12-17 15:38:29 Re: measure database contention