ahead of time compiling in PostgreSQL?

Поиск
Список
Период
Сортировка
От Viorel Tabara
Тема ahead of time compiling in PostgreSQL?
Дата
Msg-id 293f435648eeecaaa8b242b86b26f3387dee8927.camel@infrabit.net
обсуждение исходный текст
Список pgsql-novice
AOT is referenced at src/backend/jit/README:

   That this is done at query execution time, possibly even only in 
   cases where the relevant task is done a number of times, makes it 
   JIT, rather than ahead-of-time (AOT). Given the way JIT compilation 
   is used in PostgreSQL, the lines between interpretation, AOT and JIT 
   are somewhat blurry.

In what cases does the compilation happen ahead of time?

Thanks,
Viorel



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

Предыдущее
От: Colin Brisson
Дата:
Сообщение: Re: Changing Pl/Python default interpreter
Следующее
От: Aleksey Tsalolikhin
Дата:
Сообщение: Re: [NOVICE] How to list partitions of a table in PostgreSQL 10