Re: How do I vacuum safely? And how often should I reindex - Mailing list pgsql-admin

From Marc Spitzer
Subject Re: How do I vacuum safely? And how often should I reindex
Date
Msg-id 20011218130940.A71900@oscar.eng.cv.net
Whole thread Raw
In response to How do I vacuum safely? And how often should I reindex  ("Florian Helmberger" <f.helmberger@uptime.at>)
List pgsql-admin
On Tue, Dec 18, 2001 at 11:29:02AM +0100, Florian Helmberger wrote:
> Hi!
>
> > > 2: how often should I reindex my db, are there any standards
> > >    or accepted practices out there
> >
> > I recreate my indices every week, or after any extensive updates or
> > deletes.  Again, I believe that 7.2 has some new stuff to deal with this
> > issue.
>
> This brings me to another point. Is it really necessary to recreate indices
> if you vacuum analyze your database regulary (say, every once in a week)?
>
> Cheers,
> Florian
>

In my exp absolutely, I have a db that adds and deletes +1,000,000
rows a day.  If you dont have much change in your db then it should
not matter much, not much space wasted.  I hope this will change for
the better in 7.2, I have to start coming up to speed on 7.2.

marc

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

pgsql-admin by date:

Previous
From: "Florian Helmberger"
Date:
Subject: How do I vacuum safely? And how often should I reindex
Next
From: Tom Lane
Date:
Subject: Re: Primary Key Problems