Re: Vaccum - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: Vaccum
Date
Msg-id 20011129103838.Y44666-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: Vaccum  (bangh <banghe@baileylink.net>)
List pgsql-admin
On Thu, 29 Nov 2001, bangh wrote:

> HI,
>
> This is not necessary true, but you might feel understandable.
>
> To delete records, just seems as the records are marked as voided. Space is not
> collected. To run vaccum might do this kind space garbage collection.
>
> To run vacummdb really save the space, but it works at only some extent. e.g.
> index still goes quickly, it goes bigger and bigger, one day it eats all your
> space you have, behaves as gets a virus. In this case, my solution is to use
> pg_dump the original one, create new one and restory, this reaaly save your
> space, but you cannot do this as frequently as you do "vacuum". It costs much
> more CPU time to do it if your database is huge.

I think REINDEX or just DROP INDEX/CREATE INDEX should do the same thing
without requiring the dump/restore.


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Vacuum
Next
From: "Leong, Fushan"
Date:
Subject: Re: Vaccum