From: | Atsushi Torikoshi <atorik(at)gmail(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Add explanations which are influenced by track_io_timing |
Date: | 2020-05-13 12:54:27 |
Message-ID: | CACZ0uYHo_NwbxpLH76OGF-O=13tkR0ZM0zeyGEhZ+JEXZVRyCA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
When track_io_timing is on, I/O timing information is
displayed in pg_stat_database, in the output of EXPLAIN
when the BUFFERS option is used, and in pg_stat_statements
as documented in [1].
This is also described in the manual for pg_stat_statements
[2], however, manuals for pg_stat_database and EXPLAIN
doesn't refer to it.
I think it'll be better to add descriptions to both of them
for consistency.
Thoughts?
[1]
https://www.postgresql.org/docs/devel/runtime-config-statistics.html#GUC-TRACK-IO-TIMING
[2]
https://www.postgresql.org/docs/devel/pgstatstatements.html#PGSTATSTATEMENTS-COLUMNS
Regards,
--
Atsushi Torikoshi
Attachment | Content-Type | Size |
---|---|---|
add_explanation_for_track_io_timing.patch | application/x-patch | 2.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2020-05-13 13:15:45 | Re: making update/delete of inheritance trees scale better |
Previous Message | Fujii Masao | 2020-05-13 12:21:50 | Re: Inefficiency in SLRU stats collection |