Re: Are stored procedures pre-compiled?

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Are stored procedures pre-compiled?
Date: 2002-02-22 05:15:47
Message-ID: 1014354947.328.52.camel@jiro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2002-02-21 at 23:11, Tom Lane wrote:
> Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> writes:
> > On Thu, 2002-02-21 at 22:15, Tom Lane wrote:
> >> I believe that SQL-language functions don't have any such optimization
> >> at all :-( ... I think they are re-parsed and re-planned from scratch
> >> on each call.
>
> > Would it be possible to enhance SQL-language functions to cache their
> > query plan?
>
> Certainly; if plpgsql can do it, so can SQL functions. You could even
> steal (or better, find a way to share) a lot of the code from plpgsql.
> But no one's gotten around to it.

Okay, I'll take a look at this and see if I can implement it.

Bruce, can you add this to do the TODO list (it may be there already, I
just couldn't see it), and add me as responsible for it? Thanks.

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-02-22 05:15:55 Re: Summary of new configuration file and data directory locations
Previous Message Bruce Momjian 2002-02-22 05:12:55 Re: Strange problem when upgrading to 7.2 with pg_upgrade.