Re: function calls optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: function calls optimization
Дата
Msg-id 29143.1572536726@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: function calls optimization  (Andres Freund <andres@anarazel.de>)
Ответы Re: function calls optimization  (Andres Freund <andres@anarazel.de>)
Re: function calls optimization  (Andrzej Barszcz <abusinf@gmail.com>)
Re: function calls optimization  (Jim Finnerty <jfinnert@amazon.com>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Potentially related note: for nodes like seqscan, combining the qual and projection processing into one expression
seemsto be a noticable win (at least when taking care do emit two different sets of deform expression steps). 

There's just one problem: that violates SQL semantics, and not in
a small way.

    select 1/x from tab where x <> 0

            regards, tom lane



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: ssl passphrase callback
Следующее
От: Andres Freund
Дата:
Сообщение: Re: function calls optimization