Re: HELP? Postgres filling up disk

From: "HT" <htlevine(at)ebates(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: HELP? Postgres filling up disk
Date: 2002-12-19 23:16:00
Message-ID: attjvi$2ord$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

will do! I'll let you know how it goes but it will be after xmas cause we
can have no down-time right now.

thanks!

"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote in message
news:7309(dot)1040338410(at)sss(dot)pgh(dot)pa(dot)us(dot)(dot)(dot)
> "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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message King_Henree@yahoo.com 2002-12-20 00:33:11 How to separate data and index objects on different disks???
Previous Message Tom Lane 2002-12-19 22:53:30 Re: HELP? Postgres filling up disk