Re: pg_attribute size

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Anj Adu <fotographs(at)gmail(dot)com>
Cc: Steve Crawford <scrawford(at)pinpointresearch(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_attribute size
Date: 2009-10-26 22:46:43
Message-ID: 16695.1256597203@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Anj Adu <fotographs(at)gmail(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Anj Adu 2009-10-26 22:51:47 Re: pg_attribute size
Previous Message Anj Adu 2009-10-26 21:29:19 Re: pg_attribute size