Re: Add explanations which are influenced by track_io_timing

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Add explanations which are influenced by track_io_timing
Дата
Msg-id af651215-9762-d0a5-c51a-4fb4ba702d11@oss.nttdata.com
обсуждение исходный текст
Ответ на Add explanations which are influenced by track_io_timing  (Atsushi Torikoshi <atorik@gmail.com>)
Ответы Re: Add explanations which are influenced by track_io_timing  (Atsushi Torikoshi <atorik@gmail.com>)
Список pgsql-hackers

On 2020/05/13 21:54, Atsushi Torikoshi wrote:
> 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

+      in milliseconds(if <xref linkend="guc-track-io-timing"/> is enabled,
+      otherwise zero)

It's better to add a space character just after "seconds".

-      written.
+      written. In addition, If <xref linkend="guc-track-io-timing"/> is enabled,
+      also include I/O Timings.

Isn't it better to just use clearer description like "the time reading and
writing data blocks" here instead of "I/O Timing"?
What about the attached patch based on yours?

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SLRU statistics
Следующее
От: Антон Пацев
Дата:
Сообщение: Ideas about moving live rows to the top of the table