Re: PATCH: regular logging of checkpoint progress

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PATCH: regular logging of checkpoint progress
Дата
Msg-id 17352.1316445568@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PATCH: regular logging of checkpoint progress  (Greg Smith <greg@2ndQuadrant.com>)
Ответы Re: PATCH: regular logging of checkpoint progress
Список pgsql-hackers
Greg Smith <greg@2ndQuadrant.com> writes:
> One thing I am trying to avoid here is needing to check the system clock 
> after every buffer write.

On machines where gettimeofday is slow (and last I heard there were
still lots of them), any such thing would be a disaster
performance-wise.  I'm still afraid to add more gettimeofday's into the
query parse/plan/execute code path, even though it would greatly ease
the problem of figuring out whether re-planning is worthwhile.
        regards, tom lane


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

Предыдущее
От: Susanne Ebrecht
Дата:
Сообщение: Re: Is there really no interest in SQL Standard?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CUDA Sorting