Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica.
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: "Anton A. Melnikov" <a.melnikov@postgrespro.ru>,
Alexander Korotkov <aekorotkov@gmail.com>
Cc: Magnus Hagander <magnus@hagander.net>,
"Anton A. Melnikov" <aamelnikov@inbox.ru>, Andres Freund
<andres@anarazel.de>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2024-10-08T12:42:48Z
Lists: pgsql-hackers
Attachments
- v1-0001-Improve-descriptions-of-some-pg_stat_checkpoints-.patch (text/plain) patch v1-0001
On 2024/09/30 12:26, Fujii Masao wrote: >>> In 0002.patch, I also modified the description of num_requested from >>> "Number of backend requested checkpoints" to remove "backend," as it can >>> be confusing since num_requested includes requests from sources other than >>> the backend. Thought? >> >> Agreed. E.g. from xlog. Then maybe changed it also in the function >> descriptions in the pg_proc.dat? For pg_stat_get_checkpointer_num_requested() >> and pg_stat_get_checkpointer_restartpoints_requested(). > > Yes, good catch! Patch attached. Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat.
- 1909835c28a1 18.0 landed
-
docs: Enhance the pg_stat_checkpointer view documentation.
- a19f83f87966 18.0 landed
-
Add num_done counter to the pg_stat_checkpointer view.
- 559efce1d684 18.0 landed
-
docs: Improve the description of num_timed column in pg_stat_checkpointer.
- fa3a022136fc 17.0 landed
- a7c39db5eb34 18.0 landed
-
Improve documentation for pg_stat_checkpointer fields
- e820db5b56b2 17.0 landed
-
Enhance checkpointer restartpoint statistics
- 12915a58eec9 17.0 landed
-
Introduce pg_stat_checkpointer
- 96f052613f35 17.0 cited