row-level stats and last analyze time - Mailing list pgsql-docs

From Neil Conway
Subject row-level stats and last analyze time
Date
Msg-id 1177450739.16415.249.camel@localhost.localdomain
Whole thread Raw
In response to Patch for monitoring.sgml  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: row-level stats and last analyze time  (Robert Treat <xzilla@users.sourceforge.net>)
Re: row-level stats and last analyze time  (Neil Conway <neilc@samurai.com>)
List pgsql-docs
[ CC'ing -hackers ]

On Sun, 2007-04-22 at 16:10 +0200, Guillaume Lelarge wrote:
> This patch adds a sentence on monitoring.sgml explaining that
> stats_row_level needs to be enabled if user wants to get last
> vacuum/analyze execution time.

This behavior was introduced in r1.120 of postmaster/pgstat.c:

    Modify pgstats code to reduce performance penalties from
    oversized stats data files: avoid creating stats
    hashtable entries for tables that aren't being touched
    except by vacuum/analyze [...]

which included other modifications to reduce the pgstat I/O volume in
8.1. I don't think this particular change was wise: the reduction in
pgstat volume is pretty marginal, and it is counter-intuitive for
stats_row_level to effect whether the last ANALYZE / VACUUM is recorded.
(Plus, the optimization is not even enabled with the default
postgresql.conf settings.)

-Neil



pgsql-docs by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Patch for monitoring.sgml
Next
From: Robert Treat
Date:
Subject: Re: row-level stats and last analyze time