Re: Index bloat of 4x - Mailing list pgsql-general

From Vivek Khera
Subject Re: Index bloat of 4x
Date
Msg-id B5B4F1CD-86E3-4C7D-9738-5F559E2F3268@khera.org
Whole thread Raw
In response to Re: Index bloat of 4x  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Jan 17, 2007, at 11:56 AM, Tom Lane wrote:

> So the above doesn't sound too unlikely.  Perhaps we should recommend
> vac full + reindex as standard cleanup procedure.  Longer term, maybe
> teach vac full to do an automatic reindex if it's moved more than X
> % of

a vac full + reindex is a waste of effort.

whenever i need a big cleanup, I drop indexes (other than PK), vac
full, re-create indexes.

however, usually a reindex does a sufficient job if vacuum has been
run with any sort of regularity.


Attachment

pgsql-general by date:

Previous
From: Sterpu Victor
Date:
Subject: FATAL: invalid frontend message type 47 server closed the connection unexpectedly
Next
From: Robert Treat
Date:
Subject: Re: installing 8.2 on solaris 10?