Why has postmaster shutdown gotten so slow?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Why has postmaster shutdown gotten so slow?
Дата
Msg-id 6945.1075765490@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Why has postmaster shutdown gotten so slow?  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
Shutdown of an idle postmaster used to take about two or three seconds
(mostly due to the sync/sleep(2)/sync in md_sync).  For the last couple
of days it's taking more like a dozen seconds.  I presume somebody broke
something, but I'm unsure whether to pin the blame on bgwriter or
Windows changes.  Anyone care to fess up?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Idea about better configuration options for sort memory
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCHES] log session end - again