Re: Disk Utilization Increases And Time for Vacuum Increases.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Curt Sampson <cjs(at)cynic(dot)net>
Cc: Andrew Sullivan <andrew(at)libertyrms(dot)info>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Disk Utilization Increases And Time for Vacuum Increases.
Date: 2003-08-28 03:30:27
Message-ID: 16476.1062041427@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Curt Sampson <cjs(at)cynic(dot)net> writes:
> I'm not actually sure why there would be a problem (aside from
> performance) in removing and rebuilding an index on a system table,

All the hard-coded low-level stuff that expects the index to be there
blows up.

This might possibly be made to work for indexes on inessential catalogs
like pg_statistic, but I can't imagine it working for pg_attribute...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mauri Sahlberg 2003-08-28 07:34:28 plpgsql: Bush becomes a null, can not execute null query
Previous Message Curt Sampson 2003-08-28 03:23:04 Re: Disk Utilization Increases And Time for Vacuum Increases.