Checkpointer vs pg_stat_bgwriter

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Checkpointer vs pg_stat_bgwriter
Дата
Msg-id CABUevEwyxHgFT=-J5udV0gTsS-B7cHtiaTF1ipFE83Q8oogkcw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Checkpointer vs pg_stat_bgwriter  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Hi!

I admit to not having actually tested this since I don't have a good
cluster to test it on right now, but from what I can tell the code in
the new checkpointer process only sends statistics to the collector
once the checkpoint is finished (checkpointer.c, line 549). The 9.1
and earlier sent this every time they entered a delay state (in
BgWriterNap() called from CheckpointWriteDelay()).

So in 9.1 and earlier we could see how a checkpoint wrote things as it
was running, but in 9.2 we'll get it all as one big block at the end
of the checkpoint - which can be a lot later in the spread case.

Am I reading the code right?

And if so, was this an intentional change, and if so why? To me it
seems like a loss of functionality that should be fixed..

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: COPY with hints, rebirth
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Command Triggers, patch v11