Re: [RFC] Add jit deform_counter

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: [RFC] Add jit deform_counter
Дата
Msg-id 1F698684-14C2-4B5C-A700-342899D6A6C6@yesql.se
обсуждение исходный текст
Ответ на Re: [RFC] Add jit deform_counter  (Dmitry Dolgov <9erthalion6@gmail.com>)
Ответы Re: [RFC] Add jit deform_counter  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
> On 14 Aug 2023, at 16:36, Dmitry Dolgov <9erthalion6@gmail.com> wrote:

> And here is it. The json version of EXPLAIN now looks like this:
>
>     "JIT": {
>        [...]
>       "Timing": {
>         "Generation": {
>           "Deform": 0.000,
>           "Total": 0.205
>         },
>         "Inlining": 0.065,
>         "Optimization": 2.465,
>         "Emission": 2.337,
>         "Total": 5.072
>       }
>     },

I've gone over this version of the patch and I think it's ready to go in.  I'm
marking this Ready for Committer and will go ahead with it shortly barring any
objections.

--
Daniel Gustafsson




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

Предыдущее
От: David Christensen
Дата:
Сообщение: Re: Initdb-time block size specification
Следующее
От: Robert Haas
Дата:
Сообщение: Re: generic plans and "initial" pruning