Re: max_fsm_pages question - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: max_fsm_pages question
Date
Msg-id 4B5D5E72020000250002EB64@gw.wicourts.gov
Whole thread Raw
In response to Re: max_fsm_pages question  (Michael Monnerie <michael.monnerie@is.it-management.at>)
Responses Re: max_fsm_pages question  (Michael Monnerie <michael.monnerie@is.it-management.at>)
List pgsql-admin
Michael Monnerie <michael.monnerie@is.it-management.at> wrote:
> So, as there was that one relation that was bloatet - how could it
> be?  Autovaccuum, nightly vacuum analyze, weekly cluster - and
> still a heavy bloated toast* something. I must do something wrong.

Any chance you had or have long-running transactions.  We once had
very low free space in a big database which suddenly ballooned.  It
turned out an application programmer had left a connection in "idle
in transaction" state for a few days.

Another possibility is that you had an update or delete which
affected a lot of rows.  Even if it rolls back, it can cause bloat.

-Kevin

pgsql-admin by date:

Previous
From: Michael Monnerie
Date:
Subject: Re: max_fsm_pages question
Next
From: Julius Tuskenis
Date:
Subject: Re: how to speed ilike