Re: profiling postgresql queries?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: profiling postgresql queries?
Дата
Msg-id 15425.1113315053@sss.pgh.pa.us
обсуждение исходный текст
Ответ на profiling postgresql queries?  (hubert lubaczewski <hubert.lubaczewski@eo.pl>)
Ответы Re: profiling postgresql queries?  (Alex Turner <armtuk@gmail.com>)
Список pgsql-performance
hubert lubaczewski <hubert.lubaczewski@eo.pl> writes:
> and it made me wonder - is there a way to tell how much time of backend
> was spent on triggers, index updates and so on?

In CVS tip, EXPLAIN ANALYZE will break out the time spent in each
trigger.  This is not in any released version, but if you're desperate
you could load up a play server with your data and test.

            regards, tom lane

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

Предыдущее
От: "Dave Held"
Дата:
Сообщение: Re: 4 way JOIN using aliases
Следующее
От: Bendik R.Johansen
Дата:
Сообщение: Slow update