Re: database size growing continously

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Meszaros <pme(at)prolan(dot)hu>
Cc: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: database size growing continously
Date: 2009-11-02 20:34:27
Message-ID: 603c8f070911021234w987bc75td160dc91114f16fd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, Nov 2, 2009 at 7:50 AM, Peter Meszaros <pme(at)prolan(dot)hu> wrote:
> Increasing max_fsm_pages can be also helpful, but I've read that
> 'vacuum verbose ...' will issue warnings if max_fsm_pages is too small.
> I've never seen such messag, this command is either run and finish or
> goes to an endless loop as it was written in my initial e-mail.

I don't think it goes into an endless loop. I think it runs for a
really long time because your database is bloated, in need of
vacuuming, and probably has blown out the free space map. But since
you haven't let it run to completion you haven't seem the message.

...Robert

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Grittner 2009-11-02 22:06:00 Re: Queryplan within FTS/GIN index -search.
Previous Message Anj Adu 2009-11-02 16:14:44 Re: database size growing continously