David Ondrejik <David.Ondrejik@xxxxxxxx> writes: > I am still wondering how the vacuum process actually works. When it > throws the output lines that show how many rows are > recoverable/nonremovable, does this mean that the vacuum has completed? No, that's just the end of the first pass over the table. After that it cleans out dead index entries, and then it sets about moving rows down to fill free space. As far as your original question is concerned: if you have reason to think there's a lot of bloat, CLUSTER would be the thing to use. Old-style VACUUM FULL is seriously inefficient when there's a lot of rows that have to be moved. regards, tom lane -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin