Re: Problems with inconsistant query performance.

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: Problems with inconsistant query performance.
Дата
Msg-id 20060928112843.0b6e3715.wmoran@collaborativefusion.com
обсуждение исходный текст
Ответ на Re: Problems with inconsistant query performance.  (Matthew Schumacher <matt.s@aptalaska.net>)
Ответы Re: Problems with inconsistant query performance.
Список pgsql-performance
In response to Matthew Schumacher <matt.s@aptalaska.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.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Matthew Schumacher
Дата:
Сообщение: Re: Problems with inconsistant query performance.
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Problems with inconsistant query performance.