Re: Disk Utilization Increases And Time for Vacuum Increases. - Mailing list pgsql-admin

From Andrew Sullivan
Subject Re: Disk Utilization Increases And Time for Vacuum Increases.
Date
Msg-id 20030826151151.GF10071@libertyrms.info
Whole thread Raw
In response to Disk Utilization Increases And Time for Vacuum Increases.  ("Vikram D. Gaitonde" <vdgaitonde@yahoo.com>)
Responses Re: Disk Utilization Increases And Time for Vacuum Increases.  (Curt Sampson <cjs@cynic.net>)
List pgsql-admin
On Fri, Aug 22, 2003 at 12:09:00PM -0700, Vikram D. Gaitonde wrote:
> One action we have consiously not done is "REINDEX" on the
> table. We want to avoid that as far as possible.

I'm afraid that's the problem, though.  The code cannot recover freed
btree pages which can't be recycled for others to use.  There is no
choice but to reindex certain indexes.  You can use pgstattuple and
oid2name to get some idea of what is taking all the space, and
thereby be selective.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


pgsql-admin by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Disk Utilization Increases And Time for Vacuum Increases.
Next
From: Chris Miles
Date:
Subject: postgresql and replication