Re: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. - Mailing list pgsql-committers

From Simon Riggs
Subject Re: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Date
Msg-id 1260901976.1955.5266.camel@ebony
Whole thread Raw
In response to pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.  (rhaas@postgresql.org (Robert Haas))
Responses Re: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Re: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
List pgsql-committers
On Tue, 2009-12-15 at 04:57 +0000, Robert Haas wrote:
> This patch also removes buffer-usage statistics from the track_counts
> output, since this (or the global server statistics) is deemed to be a
> better interface to this information.

I hope anything being removed is documented, though I don't see that.

Do you mean pg_statio_* tables no longer track heap_blocks* ? That is my
understanding of what track_counts gives us. I think you mean
log_*_stats, which is something else entirely.

--
 Simon Riggs           www.2ndQuadrant.com


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support ORDER BY within aggregate function calls, at long last
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.