Re: CPU Intensive query - Mailing list pgsql-performance

From Tom Lane
Subject Re: CPU Intensive query
Date
Msg-id 3287.1179525064@sss.pgh.pa.us
Whole thread Raw
In response to CPU Intensive query  (Abu Mushayeed <abumushayeed@yahoo.com>)
Responses Re: CPU Intensive query
List 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 by date:

Previous
From: Abu Mushayeed
Date:
Subject: Re: CPU Intensive query
Next
From: Abu Mushayeed
Date:
Subject: Re: CPU Intensive query