Re: Statement timeout behavior in extended queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Statement timeout behavior in extended queries
Дата
Msg-id 12207.1491228316@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Statement timeout behavior in extended queries  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: Statement timeout behavior in extended queries
Список pgsql-hackers
Tatsuo Ishii <ishii@sraoss.co.jp> writes:
>> * The difference is that the Execute message stops the statement_timeout timer,

> No. Parse, bind and Execute message indivually stops and starts the
> statement_timeout timer with the patch.

That seems like it could represent quite a lot of added overhead,
on machines where gettimeofday() is slow ... which is still a lot
of them, unfortunately.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: delta relations in AFTER triggers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Variable substitution in psql backtick expansion