Re: Track IO times in pg_stat_io
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Melanie Plageman <melanieplageman@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>, Maciek Sakrejda <m.sakrejda@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>, smilingsamay@gmail.com, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Lukas Fittl <lukas@fittl.com>, Magnus Hagander <magnus@hagander.net>, Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2024-09-02T23:19:26Z
Lists: pgsql-hackers
On Mon, Sep 02, 2024 at 03:00:32PM +0000, Bertrand Drouvot wrote: > On Fri, Aug 23, 2024 at 07:32:16AM +0000, Bertrand Drouvot wrote: >> FWIW, I think that would be great and plan to have a look at this (unless someone >> beats me to it). > > FWIW, here is the patch proposal for per backend I/O statistics [1]. > > [1]: https://www.postgresql.org/message-id/ZtXR%2BCtkEVVE/LHF%40ip-10-97-1-34.eu-west-3.compute.internal Cool, thanks! -- Michael
Commits
-
Improve IO accounting for temp relation writes
- 704261ecc694 16.0 landed