Re: Special-case executor expression steps for common combinations - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Special-case executor expression steps for common combinations
Date
Msg-id fcef492d-707d-4159-a491-8d78bc0f4c55@proxel.se
Whole thread Raw
In response to Re: Special-case executor expression steps for common combinations  (Andreas Karlsson <andreas@proxel.se>)
List 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 by date:

Previous
From: Joseph Koshakow
Date:
Subject: Re: Remove dependence on integer wrapping
Next
From: "David G. Johnston"
Date:
Subject: Re: [PATCH] GROUP BY ALL