Re: keeping a timestamp of the last stats reset (for a db, table and function)
Tomas Vondra <tv@fuzzy.cz>
From: Tomas Vondra <tv@fuzzy.cz>
To: pgsql-hackers@postgresql.org
Date: 2010-12-19T19:27:00Z
Lists: 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