Re: pg_attribute size - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_attribute size
Date
Msg-id 16695.1256597203@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_attribute size  (Anj Adu <fotographs@gmail.com>)
Responses Re: pg_attribute size  (Anj Adu <fotographs@gmail.com>)
List pgsql-admin
Anj Adu <fotographs@gmail.com> writes:
> We have several partitioned tables that get dropped every day ..We do
> not do autovacuum as it is an IO hog (and most tables are dropped
> anyways..and the large tables are never updated)..

If you're not going to run autovacuum then that means *you* must take
responsibility for vacuuming everything on a reasonable schedule.
That includes the system catalogs.  I think you'd be better off taking
the effort to learn to tune autovacuum to fit your requirements.

            regards, tom lane

pgsql-admin by date:

Previous
From: dinesh
Date:
Subject: duplicate key violated errors
Next
From: Anj Adu
Date:
Subject: Re: pg_attribute size