Re: postgres query log analysis?

Поиск
Список
Период
Сортировка
От Chris
Тема Re: postgres query log analysis?
Дата
Msg-id 452B1F31.5030303@gmail.com
обсуждение исходный текст
Ответ на Re: postgres query log analysis?  ("George Pavlov" <gpavlov@mynewplace.com>)
Список pgsql-general
George Pavlov wrote:
>> Look into pgfouine on pgFoundry.
>> http://pgfoundry.org/projects/pgfouine/
>
> thanks! definitely much better, but still not entirely believable, at
> least on first try. e.g. i have a query with 4 conditions in the ORDER
> BY. pgfouine reports show the query as having the last 3 of those
> repeated 18 times! it also fails to normalize a lot of the queries
> (seems related to prepared statements). the "queries by type" and the
> "hourly reports" are way off (the "queries by type" table has no rows,
> the total queries in the hourly statistics section do not match the
> number of queries count in the "overall statistics" section and the
> select and "write" queries parts all show as 0). all of these problems
> are in syslog mode, stderr mode is probably a bit worse. i will play
> with the tool some more and try to diagnose the various problems better.

Narrow down the problems it's having to some sample cases and post
bug-reports. That's the best way to contribute and "fix" the problem.

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: "jungmin shin"
Дата:
Сообщение: query optimization with UDFs
Следующее
От: "Peter Bauer"
Дата:
Сообщение: Re: Major Performance decrease after some hours