Re: pgsql: Faster expression evaluation and targetlist projection. - Mailing list pgsql-committers

From Thomas Munro
Subject Re: pgsql: Faster expression evaluation and targetlist projection.
Date
Msg-id CAEepm=31xpgCHqv=vduX08gNOw90VQSyK_eN78NAYhwb-OO+eg@mail.gmail.com
Whole thread Raw
In response to pgsql: Faster expression evaluation and targetlist projection.  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Faster expression evaluation and targetlist projection.
Re: pgsql: Faster expression evaluation and targetlist projection.
List pgsql-committers
On Sun, Mar 26, 2017 at 11:11 AM, Andres Freund <andres@anarazel.de> wrote:
> Faster expression evaluation and targetlist projection.
>
> This replaces the old, recursive tree-walk based evaluation, with
> non-recursive, opcode dispatch based, expression evaluation.
> Projection is now implemented as part of expression evaluation.
>
> This both leads to significant performance improvements, and makes
> future just-in-time compilation of expressions easier.

This is a huge achievement.  Congratulations!

--
Thomas Munro
http://www.enterprisedb.com


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: git rm execQual.c
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Faster expression evaluation and targetlist projection.