Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL
Дата
Msg-id CAFj8pRDgdCaDWEbm=k5cV7xkhoD=FM6MO7oxmkT34unTDu9MfA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Hi

This is a little bit of an enhanced version of the previous patch. The worst case overhead is reduced almost to zero. The local resource owner is created only when routine is executed in non-atomic mode, and when routine contains a CALL statement.

Regards

Pavel

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Jsonpath ** vs lax mode
Следующее
От: Alexey Kondratov
Дата:
Сообщение: Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly