Re: Stored Procedure Performance

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема Re: Stored Procedure Performance
Дата
Msg-id a97c77030604110122o39534e83yf257801ce6bc4bd9@mail.gmail.com
обсуждение исходный текст
Ответ на Stored Procedure Performance  ("Simon Dale" <sdale@rm.com>)
Ответы Re: Stored Procedure Performance  (Richard Huxton <dev@archonet.com>)
Список pgsql-performance
On 4/11/06, Simon Dale <sdale@rm.com> wrote:
>
>
>
> Hi,
>
>
>
> I'm trying to evaluate PostgreSQL as a database that will have to store a
> high volume of data and access that data frequently. One of the features on
> our wish list is to be able to use stored procedures to access the data and
> I was wondering if it is usual for stored procedures to perform slower on
> PostgreSQL than raw SQL?


No.

RETURN NEXT keeps accumulating the data before returning.
I am not sure if any optimisations have been done to that effect.

In general functions are *NOT* slower than RAW SQL.

Regds
mallah.

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

Предыдущее
От: "hubert depesz lubaczewski"
Дата:
Сообщение: Re: Stored Procedure Performance
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Stored Procedure Performance