Re: HELP? Postgres filling up disk

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "HT" <htlevine(at)ebates(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: HELP? Postgres filling up disk
Date: 2002-12-19 22:53:30
Message-ID: 7309.1040338410@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"HT" <htlevine(at)ebates(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message HT 2002-12-19 23:16:00 Re: HELP? Postgres filling up disk
Previous Message HT 2002-12-19 18:13:45 Re: HELP? Postgres filling up disk