Re: Problems with inconsistant query performance.

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: Matthew Schumacher <matt(dot)s(at)aptalaska(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Problems with inconsistant query performance.
Date: 2006-09-28 15:28:43
Message-ID: 20060928112843.0b6e3715.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

In response to Matthew Schumacher <matt(dot)s(at)aptalaska(dot)net>:
>
> What I really need is a way to profile my proc when it runs slow so that
> I can resolve which of the queries is really slow. Anyone with an idea
> on how to do this?

You could turn on statement logging and duration logging. This would
give you a record of when things run and how long they take. A little
work analyzing should show you which queries are running when your
favorite query slows down.

--
Bill Moran
Collaborative Fusion Inc.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2006-09-28 16:15:49 Re: Problems with inconsistant query performance.
Previous Message Matthew Schumacher 2006-09-28 15:18:37 Re: Problems with inconsistant query performance.