Re: Vacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum
Дата
Msg-id 21618.995324397@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum  ("Chris Ruprecht" <chrup999@yahoo.com>)
Список pgsql-admin
"Chris Ruprecht" <chrup999@yahoo.com> writes:
> Can somebody explain to me what this vacuum is doing with all these
> files?

Just wasting space, I'm afraid.  You may want to apply the patch at

http://www.ca.postgresql.org/mhonarc/pgsql-patches/2001-06/msg00061.html

However, if the database consists of several small tables and not one
huge one, I'm not sure why VACUUM's WAL log might grow so long.  The
log should be truncatable after each table is vacuumed, even without
the patch.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: AW: psql and lo_import
Следующее
От: "Rommel B. Abaya"
Дата:
Сообщение: Re: how to connect remote database