8.2rc1: vacuum full fills up disk space - Mailing list pgsql-bugs

From Thomas H.
Subject 8.2rc1: vacuum full fills up disk space
Date
Msg-id 0d1b01c711e5$c6fef890$0201a8c0@iwing
Whole thread Raw
Responses Re: 8.2rc1: vacuum full fills up disk space
List pgsql-bugs
this somehow sounds buggy:

there's this table forum.posts which had 224mb table size, 145mb toast tabl=
e size and 176mb indexes size (aproximately 60'000 rows). as i was doing so=
me updates of all the records, i've issued a VACUUM FULL <tablename>...

this was merely 60min ago, and it hasn't yet finished... instead in pg_xlog=
 there are now 380+ files, totalling in over 6gb. available disk space is a=
lmost used up...

the table was freshly loaded yestertday when reloading for rc1.

as the process of vacuuming is still ongoing, is there something i can do t=
o...
a) .. prevent total diskspace fillup. what happens if i send a cancel signa=
l to the process?
b) .. gather some "evidence" if needed?
c) .. check if the vacuum process is still alive?
d) .. give the process in question a higher priority so it would finish soo=
ner?

thanks,
thomas

pgsql-bugs by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: PostgreSQL 8.1.5: regression tests fail on sparc
Next
From: Tom Lane
Date:
Subject: Re: 8.2rc1: vacuum full fills up disk space