Re: function in place of sub-select

Поиск
Список
Период
Сортировка
От Bhuvan A
Тема Re: function in place of sub-select
Дата
Msg-id Pine.LNX.4.44.0210161011030.1511-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на Re: function in place of sub-select  ("Mel Jamero" <mel@gmanmi.tv>)
Список 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



В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: newbie qs; fixing and checking databases
Следующее
От: Jyry Kuukkanen
Дата:
Сообщение: Re: problems dumping