Is autovaccum lazy? - Mailing list pgsql-novice

From A B
Subject Is autovaccum lazy?
Date
Msg-id dbbf25900912050036s211d8c90x70d20ce915c8f007@mail.gmail.com
Whole thread Raw
Responses Re: Is autovaccum lazy?  (Brian Modra <epailty@googlemail.com>)
List pgsql-novice
Hello.
I just ran these commands

select pg_database_size('cdb');
vacuum full;
select pg_database_size('cdb');

and got

315250448
----
90669060

So I guess that the vaccuum full command released space that was not
used any more.  A week ago I guess the same commands would have
resulted in quite similar numbers. Is there some way of finding out
what the autovaccum have done? I'm having a hard time beliving that
the autovaccuum has done it's job properly since there were so much
"wasted" space, or did it just not find it worth the effort to release
the unused space?
Any  thoughts about this?

I might have a similar system I could run these commands on. Any
advice on other commands to run then to find out more?

pgsql-novice by date:

Previous
From: Lonni J Friedman
Date:
Subject: Re: auto-increment integer field for each row
Next
From: Brian Modra
Date:
Subject: Re: Is autovaccum lazy?