Re: fdatasync performance problem with large number of DB files
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Thomas Munro <thomas.munro@gmail.com>, David Steele <david@pgmasters.net>, Fujii Masao <masao.fujii@oss.nttdata.com>, Bruce Momjian <bruce@momjian.us>, Paul Guo <guopa@vmware.com>, Tom Lane <tgl@sss.pgh.pa.us>, Michael Brown <michael.brown@discourse.org>, pgsql-hackers@postgresql.org
Date: 2021-05-26T01:16:18Z
Lists: pgsql-hackers
On Tue, May 25, 2021 at 07:13:59PM -0500, Justin Pryzby wrote: > This one isn't documented as requiring a restart: > max_logical_replication_workers. There is much more than meets the eye here, and this is unrelated to this thread, so let's discuss that on a separate thread. I'll start a new one with everything I found. -- Michael
Commits
-
Change recovery_init_sync_method to PGC_SIGHUP.
- 34a8b64b4e5f 14.0 landed
-
Provide recovery_init_sync_method=syncfs.
- 61752afb2640 14.0 landed