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

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Date: 2009-12-15 18:32:56
Message-ID: 1260901976.1955.5266.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Euler Taveira de Oliveira 2009-12-15 19:20:46 Re: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Previous Message Tom Lane 2009-12-15 17:57:48 pgsql: Support ORDER BY within aggregate function calls, at long last