Re: HELP? Postgres filling up disk

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HELP? Postgres filling up disk
Дата
Msg-id 7309.1040338410@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: HELP? Postgres filling up disk  ("HT" <htlevine@ebates.com>)
Список pgsql-admin
"HT" <htlevine@ebates.com> writes:
> $ ls -l 3828262123*
> -rw-------   1 postgres postgres 1073741824 Dec 18 23:08 3828262123
> -rw-------   1 postgres postgres 558899200 Dec 18 23:16 3828262123.1

Okay, that looks more plausible.

I think you need a VACUUM FULL to recover the wasted space in the master
table, followed by more frequent plain VACUUMs to keep it from bloating.
It's also almost certain that you need to increase the FSM parameters in
postgresql.conf.  See recent discussions in the archives about sizing
FSM properly.

            regards, tom lane

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

Предыдущее
От: "HT"
Дата:
Сообщение: Re: HELP? Postgres filling up disk
Следующее
От: "HT"
Дата:
Сообщение: Re: HELP? Postgres filling up disk