]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Update track_io_timing documentation to mention pg_stat_io.
authorFujii Masao <fujii@postgresql.org>
Wed, 10 Jul 2024 06:56:07 +0000 (15:56 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 10 Jul 2024 06:56:07 +0000 (15:56 +0900)
commit05506510de6ae24ba6de00cef2f458920c8a72ea
tree6931a7e11e845c950b66499f53fd2407d1d2a6f4
parentd898665bf7591514158954038ac43cea3240beaa
doc: Update track_io_timing documentation to mention pg_stat_io.

The I/O timing information collected when track_io_timing is
enabled is now documented to appear in the pg_stat_io view,
which was previously not mentioned.

This commit also enhances the description of track_io_timing
to clarify that it monitors not only block read and write
but also block extend and fsync operations. Additionally,
the description of track_wal_io_timing has been improved
to mention both WAL write and WAL fsync monitoring.

Backpatch to v16 where pg_stat_io was added.

Author: Hajime Matsunaga
Reviewed-by: Melanie Plageman, Nazir Bilal Yavuz, Fujii Masao
Discussion: https://postgr.es/m/TYWPR01MB10742EE4A6F34C33061429D38A4D52@TYWPR01MB10742.jpnprd01.prod.outlook.com
doc/src/sgml/config.sgml
doc/src/sgml/monitoring.sgml