Re: plpgsql functions vs. embedded queries

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: plpgsql functions vs. embedded queries
Дата
Msg-id 1A05FF7F-A5F6-43B2-89BF-AB6C7C2352F0@pgedit.com
обсуждение исходный текст
Ответ на plpgsql functions vs. embedded queries  ("Wright, George" <George.Wright@infimatic.com>)
Ответы Re: plpgsql functions vs. embedded queries  ("Wright, George" <George.Wright@infimatic.com>)
Список pgsql-novice
On Sep 29, 2008, at 9:50 AM, Wright, George wrote:

> Are funtions in plpgsql always slower than embedding sql queries in
> string form in code like PHP?
> I ran several tests and they seemed to always perform that way. I
> would have thought the pre-planning would have made them faster.
> Would re-writing the functions C make them faster than the embedded
> queries?

I'd say no, they should not always be slower. Did you try preparing
your PHP call to the function? Did you mark your function as STABLE if
you are not modifying the database?


John DeSoi, Ph.D.





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

Предыдущее
От: "Wright, George"
Дата:
Сообщение: plpgsql functions vs. embedded queries
Следующее
От: "Wright, George"
Дата:
Сообщение: Re: plpgsql functions vs. embedded queries