pgsql: doc: Add note about I/O timing information in EXPLAIN and pg_sta

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add note about I/O timing information in EXPLAIN and pg_sta
Date: 2020-05-22 14:34:48
Message-ID: E1jc8l6-0002cp-C9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add note about I/O timing information in EXPLAIN and pg_stat_database.

Explain that the followings are tracked only when track_io_timing GUC
is enabled.

- blk_read_time and blk_write_time in pg_stat_database
- time spent reading and writing data file blocks in EXPLAIN output
with BUFFERS option

Whther track_io_timing is enabled affects also blk_read_time and
blk_write_time in pg_stat_statements, but which was already documented.

Author: Atsushi Torikoshi
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/CACZ0uYHo_NwbxpLH76OGF-O=13tkR0ZM0zeyGEhZ+JEXZVRyCA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eaae947e2b99a84c8f321fe084d87daff0f77d02

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 6 ++++--
doc/src/sgml/ref/explain.sgml | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-05-22 15:08:45 Re: pgsql: doc: make ref/*.sgml file header comment layout consistent
Previous Message Peter Eisentraut 2020-05-22 09:57:39 Re: pgsql: doc: make ref/*.sgml file header comment layout consistent