Re: keeping a timestamp of the last stats reset (for a db, table and function) - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: keeping a timestamp of the last stats reset (for a db, table and function)
Date
Msg-id 4D0E5C84.1010200@fuzzy.cz
Whole thread Raw
In response to Re: keeping a timestamp of the last stats reset (for a db, table and function)  (Jim Nasby <jim@nasby.net>)
List pgsql-hackers
Dne 19.12.2010 19:13, Jim Nasby napsal(a):
> Is there a reason this info needs to be tracked in the stats table?
> I know it's the most obvious place, but since we're worried about the
> size of it, what about tracking it in pg_class or somewhere else?

I guess this is the best place for this kind of info, as it is directly
related to the stats items. Well, maybe we could place it to pg_class,
but is it a wise idea?

Tomas


pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: keeping a timestamp of the last stats reset (for a db, table and function)
Next
From: Tom Lane
Date:
Subject: Re: keeping a timestamp of the last stats reset (for a db, table and function)