Re: Special-case executor expression steps for common combinations

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: Special-case executor expression steps for common combinations
Дата
Msg-id fcef492d-707d-4159-a491-8d78bc0f4c55@proxel.se
обсуждение исходный текст
Ответ на Re: Special-case executor expression steps for common combinations  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
I have bench marked the two patches now and failed to measure any 
speedup or slowdown from the first patch (removing return) but I think 
it is a good idea anyway.

For the second patch (optimize strict) I managed to measure a ~1% speed 
up for the following query "SELECT sum(x + y + 1) FROM t;" over one 
million rows.

I would say both patches are ready for committer modulo my proposed 
style fixes.

Andreas




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

Предыдущее
От: Joseph Koshakow
Дата:
Сообщение: Re: Remove dependence on integer wrapping
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [PATCH] GROUP BY ALL