Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory) - Mailing list pgsql-performance

From Tom Lane
Subject Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory)
Date
Msg-id 24692.1103322047@sss.pgh.pa.us
Whole thread Raw
In response to Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory)  (Pailloncy Jean-Gerard <jg@rilk.com>)
Responses Re: Memory leak tsearch2 VACUUM FULL VERBOSE ANALYZE  (Pailloncy Jean-Gerard <jg@rilk.com>)
List pgsql-performance
Pailloncy Jean-Gerard <jg@rilk.com> writes:
> Update to my case:
> I drop and recreate the index and there was no problem this time.
> Strange...

Well, that time there wasn't actually any work for VACUUM FULL to do.
I think the bloat is probably driven by having to move a lot of rows
in order to shrink the table.  That means creating and deleting a lot
of index entries.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Steinar H. Gunderson"
Date:
Subject: Re: Seqscan rather than Index
Next
From: Frank Wiles
Date:
Subject: Re: Seqscan rather than Index