Re: Suspicious description of track_io_timing

From: Egor Rogov <e(dot)rogov(at)postgrespro(dot)ru>
To: pgsql-docs(at)postgresql(dot)org
Subject: Re: Suspicious description of track_io_timing
Date: 2016-06-12 20:03:51
Message-ID: 1465761831654-5907482.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Alexander Law wrote
> The following documentation comment has been logged on the website:
>
> Page:
> https://www.postgresql.org/docs/9.6/static/runtime-config-statistics.html
> Description:
>
> There is the following sentence in description of the track_io_timing
> parameter:
>
> I/O timing information is displayed in &lt;xref
> linkend=&quot;pg-stat-database-view&quot;&gt;, in the output of &lt;xref
> linkend=&quot;sql-explain&quot;&gt; when the
> &lt;literal&gt;BUFFERS&lt;/&gt; option is used, and
> by &lt;xref linkend=&quot;pgstatstatements&quot;&gt;.
>
> Is it correct? Shouldn&#39;t the TIMING option be mentioned there instead
> of
> BUFFERS?

Yes, it's correct. Track_io_timing parameter corresponds to the buffer
manager. With BUFFERS option EXPLAIN shows buffers usage; when
track_io_timing is on it also shows I/O read and write time.

Egor Rogov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

--
View this message in context: http://postgresql.nabble.com/Suspicious-description-of-track-io-timing-tp5905853p5907482.html
Sent from the PostgreSQL - docs mailing list archive at Nabble.com.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message lukas 2016-06-13 00:46:32 rolbypassrls field missing from pg_roles documentation
Previous Message Egor Rogov 2016-06-12 15:01:41 FrozenTransactionId