Re: function in place of sub-select

From: Bhuvan A <bhuvansql(at)myrealbox(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: function in place of sub-select
Date: 2002-10-16 04:43:37
Message-ID: Pine.LNX.4.44.0210161011030.1511-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> One way might be to create a C (or C++) program that emulates your my_func
> function.
>
> We've tried doing this and did some benchmarks that show that the system
> works quite faster when you take out the stored procedures/functions and
> "translate" them into C programs.

Rightly said. C functions work faster than the stored procedures. But C
function too wont fit my case. The interpretation, to feed data to the IN
operator cannot be performed properly. How else do we achieve this?

regards,
bhuvaneswaran

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jyry Kuukkanen 2002-10-16 04:54:40 Re: problems dumping
Previous Message Tom Lane 2002-10-16 03:18:17 Re: newbie qs; fixing and checking databases