Re: VACUUM FULL versus CLUSTER ON - Mailing list pgsql-general

From Sven Willenberger
Subject Re: VACUUM FULL versus CLUSTER ON
Date
Msg-id 1152294779.32676.20.camel@lanshark.dmv.com
Whole thread Raw
In response to Re: VACUUM FULL versus CLUSTER ON  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: VACUUM FULL versus CLUSTER ON  (Sven Willenberger <sven@dmv.com>)
List pgsql-general
On Fri, 2006-07-07 at 10:41 -0700, Joshua D. Drake wrote:
> > > Sincerely,
> > >
> > > Joshua D. Drake
> >
> > Doing a quick check reveals that the relation in question currently
> > consumes 186GB of space (which I highly suspect is largely bloat).
>
> Good lord.. .186 gig for a 300 million row table? Unless those are seriously
> large rows, you have a TON of bloat.
>
> Joshua D. Drake
>

Yes, that number came from the dbsize functions (in contrib) so I don't
know if that includes the associated indexes as well. The rows are
fairly large, yes, but not enough (IMO) to account for that size. It
will be interesting to see the final size after the vacuum full (which
is the method I have settled on to reclaim space this go round).

Sven


pgsql-general by date:

Previous
From: Franz.Rasper@izb.de
Date:
Subject: Re: VACUUM FULL versus CLUSTER ON
Next
From: Steve Atkins
Date:
Subject: Re: Long term database archival