Re: PostgreSQL and Performance of Functions

From: "Aaron Bono" <postgresql(at)aranya(dot)com>
To: "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>
Cc: "Lista Postgres" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PostgreSQL and Performance of Functions
Date: 2006-12-02 00:21:12
Message-ID: bf05e51c0612011621pb963f25vff25f4460a59d933@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 12/1/06, Rajesh Kumar Mallah <mallah(dot)rajesh(at)gmail(dot)com> wrote:
>
>
>
> On 12/1/06, Aaron Bono <postgresql(at)aranya(dot)com> wrote:
> >
> > Recently I have been put on a project that uses DB2 (not my choice). I
> > am using functions for reports and was told this may not be allowed. They
> > said:
> >
> > One gap is the ability to tune the code in the function (not really
> > static) or to perform real-time analysis of performance problems.
> >
>
> Tuning the code in function requires to change the file containing the
> function
> defination and reloading the function. Hence the cycle of performance
> tuning is
> longer.
>
> Regarding "real time analysis" what I understand is
>
> EXPLAIN ANALYSE (of main SQL using the function) in postgresql cannot
> provide the realtime analysis of the performace of queries inside the
> function.
> probably such a limitation may exists in db2 also.
>
> I think the gap is genuine.
>
>
> I normally use PostgreSQL for all my applications (this being an
> > exception). Does anyone know what this statement is about and, more
> > importantly, does PostgreSQL have the same limitations?
> >
> > Thanks,
> > Aaron
> >
> >
>

I was told that, for DB2, stored procedures are a better choice for
parameterized views which is what I was trying to do with the functions. Is
the same true for PostgreSQL?

-Aaron

--
==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
http://codeelixir.com
==================================================================

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Wilson 2006-12-02 00:30:43 Re: Problem restoring with pg_dump
Previous Message Simon Riggs 2006-12-01 22:43:12 Re: PostgreSQL and Performance of Functions