Re: CPU Intensive query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CPU Intensive query
Дата
Msg-id 3287.1179525064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на CPU Intensive query  (Abu Mushayeed <abumushayeed@yahoo.com>)
Ответы Re: CPU Intensive query  (Abu Mushayeed <abumushayeed@yahoo.com>)
Список pgsql-performance
Abu Mushayeed <abumushayeed@yahoo.com> writes:
>   The query is as follows and it's explain plan is also attached:

The query itself seems to be a simple join over not too many rows, so
I don't see how it could be taking 24 hours.  What I suspect is you're
incurring lots and lots of invocations of those user-written functions
and one of them has suddenly decided to get very slow.

            regards, tom lane

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

Предыдущее
От: Abu Mushayeed
Дата:
Сообщение: Re: CPU Intensive query
Следующее
От: Abu Mushayeed
Дата:
Сообщение: Re: CPU Intensive query