Re: function slower than the same code in an sql file

Поиск
Список
Период
Сортировка
От Rodrigo Gonzalez
Тема Re: function slower than the same code in an sql file
Дата
Msg-id 4EB2B3EF.60502@estrads.com.ar
обсуждение исходный текст
Ответ на Re: function slower than the same code in an sql file  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: function slower than the same code in an sql file  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-performance
El 03/11/11 11:42, Robert Haas escribió:
On Fri, Oct 28, 2011 at 9:39 AM, CS DBA <cs_dba@consistentstate.com> wrote:
No parameters,  one of them looks like this:

[ code snippet ]
It's hard to believe this is the real code, because SELECT without
INTO will bomb out inside a PL/pgsql function, won't it?

But he's using CREATE TABLE xyz_view_m AS

So it seems correct to me

Regards

Rodrigo

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

Предыдущее
От: Mario Weilguni
Дата:
Сообщение: Re: Performance Problem with postgresql 9.03, 8GB RAM,Quadcore Processor Server--Need help!!!!!!!
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Query running a lot faster with enable_nestloop=false