Re: HELP? Postgres filling up disk - Mailing list pgsql-admin

From Tom Lane
Subject Re: HELP? Postgres filling up disk
Date
Msg-id 7309.1040338410@sss.pgh.pa.us
Whole thread Raw
In response to Re: HELP? Postgres filling up disk  ("HT" <htlevine@ebates.com>)
List 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 by date:

Previous
From: "HT"
Date:
Subject: Re: HELP? Postgres filling up disk
Next
From: "HT"
Date:
Subject: Re: HELP? Postgres filling up disk