Re: function runs slow - Mailing list pgsql-novice

From Mladen Gogala
Subject Re: function runs slow
Date
Msg-id 4C3FA749.5010803@vmsinfo.com
Whole thread Raw
In response to Re: function runs slow  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-novice
A. Kretschmer wrote:
> In response to Charles Holleran :
>
>> Why is it slow when the same un-functionized query was fast?  The tbl_a has
>> est. 30,000,000 records.  It has an index for (x,y) pairs.  It has an index for
>> date_observed.  So good results on the straight query.  Where did I go wrong
>> with the function?
>>
>
> The planner isn't able to choose the right plan because he don't know
> the actual parameters.
>

That is precisely why I asked about the values for the bind variables.
Unfortunately, there is no facility that could influence the plan in
this case. Constant re-parsing will, of course, be grossly suboptimal.

--
Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
www.vmsinfo.com


pgsql-novice by date:

Previous
From: "Tovo J. RABEMANANTSOA"
Date:
Subject: Re: [SOLVED]Could not start server
Next
From: Alan Hodgson
Date:
Subject: Re: SQL from Linux command line