Add explanations which are influenced by track_io_timing

Поиск
Список
Период
Сортировка
От Atsushi Torikoshi
Тема Add explanations which are influenced by track_io_timing
Дата
Msg-id CACZ0uYHo_NwbxpLH76OGF-O=13tkR0ZM0zeyGEhZ+JEXZVRyCA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Add explanations which are influenced by track_io_timing  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Список 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
Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Inefficiency in SLRU stats collection
Следующее
От: Amit Langote
Дата:
Сообщение: Re: making update/delete of inheritance trees scale better