Re: Reducing stats collection overhead

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reducing stats collection overhead
Дата
Msg-id 24113.1177864204@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Reducing stats collection overhead  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> If we want to have an idle_in_statement_timeout then we'll need to introduce a
> select loop instead of just directly blocking on recv anyways. Does that mean
> we may as well bite the bullet now?

If we wanted such a timeout (which I personally don't) we wouldn't
implement it with select because OpenSSL wouldn't cooperate.  AFAICS
this'd require setting a timer interrupt ... and then unsetting it when
the client response comes back.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: strange buildfarm failures
Следующее
От: Lukas Kahwe Smith
Дата:
Сообщение: Re: Feature freeze progress report