Re: Vacuum - Mailing list pgsql-admin

From Tom Lane
Subject Re: Vacuum
Date
Msg-id 21618.995324397@sss.pgh.pa.us
Whole thread Raw
In response to Vacuum  ("Chris Ruprecht" <chrup999@yahoo.com>)
List pgsql-admin
"Chris Ruprecht" <chrup999@yahoo.com> writes:
> Can somebody explain to me what this vacuum is doing with all these
> files?

Just wasting space, I'm afraid.  You may want to apply the patch at

http://www.ca.postgresql.org/mhonarc/pgsql-patches/2001-06/msg00061.html

However, if the database consists of several small tables and not one
huge one, I'm not sure why VACUUM's WAL log might grow so long.  The
log should be truncatable after each table is vacuumed, even without
the patch.

            regards, tom lane

pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: AW: psql and lo_import
Next
From: "Rommel B. Abaya"
Date:
Subject: Re: how to connect remote database