Re: [BUG]: the walsender does not update its IO statistics until it exits
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-03-03T01:51:19Z
Lists: pgsql-hackers
On Fri, Feb 28, 2025 at 10:39:31AM +0000, Bertrand Drouvot wrote: > That sounds a good idea to measure the impact of those extra calls and see > if we'd need to mitigate the impacts. I'll collect some data. Thanks. -- Michael
Commits
-
Flush the IO statistics of active WAL senders more frequently
- e2a82cd23a88 16.9 landed
- 5cbbe70a9cc6 17.5 landed
- 039549d70f6a 18.0 landed
-
Optimize check for pending backend IO stats
- 6d3ea48ff1ae 18.0 landed