Re: pg_proc probin misuse

Поиск
Список
Период
Сортировка
От PFC
Тема Re: pg_proc probin misuse
Дата
Msg-id op.taara1a3cigqcu@apollo13
обсуждение исходный текст
Ответ на Re: pg_proc probin misuse  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_proc probin misuse
Список pgsql-hackers
> If it were really expensive to derive bytecode from source text
> then maybe it'd make sense to do what you're doing, but surely that's
> not all that expensive.  Everyone else manages to parse prosrc on the
> fly and cache the result in memory; why isn't plpython doing that?
It depends on the number of imported modules in the function. If it  
imports a lot of modules, it can take some time to compile a python  
function (especially if the modules have some initialisation code which  
must be run on import).


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: non-transactional pg_class
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: COPY FROM view