Re: Wait event that should be reported while waiting for WAL archiving to finish
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Robert Haas <robertmhaas@gmail.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-02-26T12:19:02Z
Lists: pgsql-hackers
Attachments
- wait_event_wal_archive_v4.patch (text/plain) patch v4
On 2020/02/18 12:39, Michael Paquier wrote: > On Mon, Feb 17, 2020 at 10:21:23PM +0900, Fujii Masao wrote: >> On 2020/02/17 18:48, Michael Paquier wrote: >>> Actually, I have some questions: >>> 1) Should a new wait event be added in recoveryPausesHere()? That >>> would be IMO useful. >> >> Yes, it's useful, I think. But it's better to implement that >> as a separate patch. > > No problem for me. On second thought, it's OK to add that event into the patch. Attached is the updated version of the patch. This patch adds two wait events for WAL archiving and recovery pause. >>> 2) Perhaps those two points should be replaced with WaitLatch(), where >>> we would use the new wait events introduced? >> >> For what? Maybe it should, but I'm not sure it's worth the trouble. > > I don't have more to offer than signal handling consistency for both > without relying on pg_usleep()'s behavior depending on the platform, > and power consumption. For the recovery pause, the second argument > may not be worth carrying, but we never had this argument for the > archiving wait, did we? I have no idea about this. But I wonder how much that change is helpful to reduce the power consumption because waiting for WAL archive during the backup basically not so frequently happens. Regards, -- Fujii Masao NTT DATA CORPORATION Advanced Platform Technology Group Research and Development Headquarters
Commits
-
Add wait events for WAL archive and recovery pause.
- b8e20d6dabda 13.0 landed
-
Add description about GSSOpenServer wait event into document.
- 0b5474181569 12.3 landed
- f4ae7221413d 13.0 landed
-
Add description about LogicalRewriteTruncate wait event into document.
- 1beab076cefe 10.13 landed
- 12bea22a78c1 11.8 landed
- 6c221aa56e18 12.3 landed
- e593148d43ad 13.0 landed
-
GSSAPI encryption support
- b0b39f72b990 12.0 cited
-
Create and use wait events for read, write, and fsync operations.
- 249cf070e367 10.0 cited