Steve Lane <slane(at)moyergroup(dot)com> writes:
> Hello all:
>
> I've been looking at Postgres' statistics tables to try to get some sense of
> why my database server seems to be running slowly. Oddly, the stats tables
> seem to be recording no activity! pg_stat_get_tuples_inserted on one of my
> main tables says no tuples have been inserted. I also get lots of zeroes for
> all the main numbers on most of the other tables.
Are you running ANALYZE regularly? Are you VACUUMing?
-Doug