Re: pgsql: Faster expression evaluation and targetlist projection.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pgsql: Faster expression evaluation and targetlist projection.
Дата
Msg-id CAEepm=31xpgCHqv=vduX08gNOw90VQSyK_eN78NAYhwb-OO+eg@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Faster expression evaluation and targetlist projection.  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Faster expression evaluation and targetlist projection.  (Peter Geoghegan <pg@bowt.ie>)
Re: pgsql: Faster expression evaluation and targetlist projection.  (David Rowley <david.rowley@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: git rm execQual.c
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Faster expression evaluation and targetlist projection.