Is autovaccum lazy?

Поиск
Список
Период
Сортировка
От A B
Тема Is autovaccum lazy?
Дата
Msg-id dbbf25900912050036s211d8c90x70d20ce915c8f007@mail.gmail.com
обсуждение исходный текст
Ответы Re: Is autovaccum lazy?  (Brian Modra <epailty@googlemail.com>)
Список 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 по дате отправления:

Предыдущее
От: Lonni J Friedman
Дата:
Сообщение: Re: auto-increment integer field for each row
Следующее
От: Brian Modra
Дата:
Сообщение: Re: Is autovaccum lazy?