Re: diskspace

Поиск
Список
Период
Сортировка
От Rosser Schwarz
Тема Re: diskspace
Дата
Msg-id CAFnxYwj2wBOswD+uAnnMZwFND+1vDFnZP2R_n65aZCqAaX3A2g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: diskspace  (Geoff Winkless <pgsqladmin@geoff.dj>)
Список pgsql-admin
On Tue, Feb 5, 2013 at 12:33 PM, Geoff Winkless <pgsqladmin@geoff.dj> wrote:
Indexes are stored separately. There should be no free space (why would there be? FILLFACTOR is 100!) and I've vacuumed already.

Did you just VACUUM, or did you VACUUM FULL/CLUSTER?  Vanilla vacuuming merely marks space consumed by "dead" tuples as re-usable; it doesn't reclaim the space and reduce the disk footprint of your tables.

rls

--
:wq

В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Mead
Дата:
Сообщение: Re: diskspace
Следующее
От: Geoff Winkless
Дата:
Сообщение: Re: diskspace