Re: dynamic SQL - possible performance regression in 9.2

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: dynamic SQL - possible performance regression in 9.2
Дата
Msg-id 50DE14F7.4030205@gmx.net
обсуждение исходный текст
Ответ на dynamic SQL - possible performance regression in 9.2  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: dynamic SQL - possible performance regression in 9.2  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On 12/27/12 1:07 AM, Pavel Stehule wrote:
> Hello
> 
> I rechecked performance of dynamic SQL and it is significantly slower
> in 9.2 than 9.1
> 
> -- 9.1
> postgres=# create or replace function test() returns void as $$ begin
> for i in 1..1000000 loop execute 'select 1'; end loop; end $$ language
> plpgsql;

I think this is the same as the case discussed at
<CAD4+=qWnGU0qi+iq=EPh6EGPuUnSCYsGDTgKazizEvrGgjo0Sg@mail.gmail.com>.




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

Предыдущее
От: Gavin Flower
Дата:
Сообщение: Re: proposal: ANSI SQL 2011 syntax for named parameters
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: dynamic SQL - possible performance regression in 9.2