Re: remove more archiving overhead
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: David Steele <david@pgmasters.net>
Cc: Robert Haas <robertmhaas@gmail.com>, Fujii Masao <masao.fujii@oss.nttdata.com>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-07-07T18:22:51Z
Lists: pgsql-hackers
On Thu, Jul 07, 2022 at 10:51:42AM -0700, Nathan Bossart wrote: > + library to ensure that it indeed does not overwrite an existing file. When > + a pre-existing file is encountered, the archive library may return > + <literal>true</literal> if the WAL file has identical contents to the > + pre-existing archive. Alternatively, the archive library can return This should likely say something about ensuring the pre-existing file is persisted to disk before returning true. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Be more prescriptive in new doc about re-archiving of same WAL file.
- d263ced225bf 16.0 landed
-
doc: Add note about re-archiving of same WAL files in docs.
- 3cabe45a819f 16.0 landed
-
Reduce overhead of renaming archive status files.
- 756e221db610 16.0 landed