Add explanations which are influenced by track_io_timing - Mailing list pgsql-hackers

From Atsushi Torikoshi
Subject Add explanations which are influenced by track_io_timing
Date
Msg-id CACZ0uYHo_NwbxpLH76OGF-O=13tkR0ZM0zeyGEhZ+JEXZVRyCA@mail.gmail.com
Whole thread Raw
Responses Re: Add explanations which are influenced by track_io_timing  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List 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

Regards,

--
Atsushi Torikoshi
Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Inefficiency in SLRU stats collection
Next
From: Amit Langote
Date:
Subject: Re: making update/delete of inheritance trees scale better