Re: Common slow query reasons - help with a special log

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Common slow query reasons - help with a special log
Дата
Msg-id 20111210172543.GA21157@tux
обсуждение исходный текст
Ответ на Common slow query reasons - help with a special log  (Daniel Cristian Cruz <danielcristian@gmail.com>)
Список pgsql-performance
Daniel Cristian Cruz <danielcristian@gmail.com> wrote:

> Hi all,
>
> I'm trying to figure out some common slow queries running on the server, by
> analyzing the slow queries log.
>
> I found debug_print_parse, debug_print_rewritten, debug_print_plan, which are
> too much verbose and logs all queries.
>
> I was thinking in something like a simple explain analyze just for queries
> logged with log_min_duration_statement with the query too.
>
> Is there a way to configure PostgreSQL to get this kind of information, maybe
> I'm missing something? Is it too hard to hack into sources and do it by hand? I
> never touched PostgreSQL sources.

Consider auto_explain, it's a contrib-modul, see
http://www.postgresql.org/docs/9.1/interactive/auto-explain.html



Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: Daniel Cristian Cruz
Дата:
Сообщение: Common slow query reasons - help with a special log
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Common slow query reasons - help with a special log