Re: Postgresql 'eats' all mi data partition

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Tomas Szepe <szepe(at)pinerecords(dot)com>
Cc: Javier Carlos <fjcarlos(at)correo(dot)insp(dot)mx>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Postgresql 'eats' all mi data partition
Date: 2003-09-26 18:25:15
Message-ID: 20030926112209.X8594@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On Fri, 26 Sep 2003, Tomas Szepe wrote:

> > [sszabo(at)megazone(dot)bigpanda(dot)com]
> >
> > Did you use -f on the vacuumdb? If not, it did a normal vacuum (which
> > isn't likely to help) not a full vacuum.
>
> There are scenarios where VACUUM FULL is not an option because
> of its resource-hungriness and plain VACUUM just doesn't seem
> to help.
>
> We have a production database that happens to receive several
> thousand row updates per minute. We VACUUM ANALYZE every four
> hours with max_fsm_pages set to 2100000, and it's no use.

Hmm, what does vacuum verbose say?

One other thing is to find where the space is going. Some of that might
be ending up in indexes which (unfortunately) on 7.3 and earlier aren't
going to get cleaned up by vacuum and will instead need a reindex.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-09-26 18:31:08 Re: Postgresql 'eats' all mi data partition
Previous Message Tomas Szepe 2003-09-26 18:15:40 Re: Postgresql 'eats' all mi data partition