Re: pg_upgrade and statistics - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pg_upgrade and statistics
Date
Msg-id 20120313151616.GM10441@momjian.us
Whole thread Raw
In response to Re: pg_upgrade and statistics  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Tue, Mar 13, 2012 at 12:08:41PM -0300, Alvaro Herrera wrote:
> > > You're wrong.  Autovacuum does not consider time, only dead/live tuple
> > > counts.  The formulas it uses are in the autovacuum docs; some details
> > > (such as the fact that it skips tables that do not have stat entries)
> > > might be missing.
> > 
> > Oh, yes.  Thank you for the correction;  not sure what I was thinking.
> > 
> > How would they trigger an autovacuum then?
> 
> We don't have any mechanism to trigger it currently.  Maybe we could
> inject fake messages to the stats collector so that it'd believe the
> tables have lots of new tuples and an analyze is necessary.

Ewe!  Yes, I thought some more and realized these are system _views_,
meaning we can't just update them with UPDATE.  It sounds like something
pg_upgrade will have to do with a server-side function, someday.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade and statistics
Next
From: David Fetter
Date:
Subject: CREATE FOREGIN TABLE LACUNA