Re: Diskspace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Diskspace
Дата
Msg-id 27476.1103572420@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Diskspace  (Jeff MacDonald <bignose@gmail.com>)
Список pgsql-general
Jeff MacDonald <bignose@gmail.com> writes:
> well, i did a "delete from email_log" and then a vacuum and the files
> are still lingering around...

TRUNCATE would be better.  A VACUUM FULL would shrink the tables all
right, but probably not do much for the indexes.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Diskspace
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Short circuit operations in plpgsql?