Re: JIT performance bug/regression & JIT EXPLAIN

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: JIT performance bug/regression & JIT EXPLAIN
Дата
Msg-id CA+TgmoZQ1691Mdp6_49nmmpRw7h5Z5CPDB5uD5CHVj1-fkSvsA@mail.gmail.com
обсуждение исходный текст
Ответ на JIT performance bug/regression & JIT EXPLAIN  (Andres Freund <andres@anarazel.de>)
Ответы Re: JIT performance bug/regression & JIT EXPLAIN
Список pgsql-hackers
On Fri, Sep 27, 2019 at 3:21 AM Andres Freund <andres@anarazel.de> wrote:
> - JIT-Expr: whether the expression was JIT compiled (might e.g. not be
>   the case because no parent was provided)
> - JIT-Deform-{Scan,Outer,Inner}: wether necessary, and whether JIT accelerated.
>
> I don't like these names much, but ...
>
> For the deform cases I chose to display
> a) the function name if JIT compiled
> b) "false" if the expression is JIT compiled, deforming is
>    necessary, but deforming is not JIT compiled (e.g. because the slot type
>    wasn't fixed)
> c) "null" if not necessary, with that being omitted in text mode.

I mean, why not just omit in all modes if it's not necessary? I don't
see that making the information we produce randomly inconsistent
between modes is buying us anything.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Maciek Sakrejda
Дата:
Сообщение: Re: JIT performance bug/regression & JIT EXPLAIN
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: vacuum on table1 skips rows because of a query on table2