Re: Disc space - UnUsed tuples

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rune" <rune(at)inpoc(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Disc space - UnUsed tuples
Date: 2002-12-16 21:49:38
Message-ID: 28721.1040075378@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Rune" <rune(at)inpoc(dot)com> writes:
> I have a database with a table where new tuples are often added and then
> updated. I get around 50000 new inserts every day, and every single tuple
> gets an update one or more times. This I think is the reason that the
> database takes up a lot more disc space then the actually data really need
> (UnUsed tuples), and I need to free space. The database needs to run 24
> hours a day, hence I cannot run vaccuum full to free space. My disc is
> getting full and I sure would have appreciated it if someone could give me a
> hint on what to do ?!?

Run regular vacuum more often, and/or boost your FSM parameters (in
postgresql.conf). You can find plenty of discussion of this in the
archives ...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ian Barwick 2002-12-16 21:49:58 Re: client for solaris
Previous Message Steve Crawford 2002-12-16 20:44:45 Re: pgsql.log