Re: pg_toast table growth out of control

From: Jan Wieck <janwieck(at)yahoo(dot)com>
To: "Jeffrey W(dot) Baker" <jwb(at)saturn5(dot)com>
Cc: Jan Wieck <janwieck(at)yahoo(dot)com>, John Gray <jgray(at)azuli(dot)co(dot)uk>, Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_toast table growth out of control
Date: 2002-03-11 22:07:19
Message-ID: 200203112207.g2BM7JX28692@saturn.janwieck.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeffrey W. Baker wrote:
> On Mon, 2002-03-11 at 13:30, Jan Wieck wrote:
>
> > The best cure for a problem is avoiding it. I would suggest
> > running the light weight VACUUM more often, so that it
> > doesn't grow that big in the first place.
>
> I think everybody is missing my point. This entire database is vacuumed
> every HOUR. All the tables are reasonably sized, and they stay that
> way. Except, the magic pg_toast table where long objects from resp_body
> are store is growing and growing and growing and growing and does not
> seem to respond to VACUUM whatsoever.

You actually did a VACUUM FULL and it didn't shrink? In 7.2
no table does shrink on a normal VACUUM. So if you don't run
VACUUM FULL, it cannot!

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dan Langille 2002-03-11 22:08:16 Re: using syslog to capture RAISE notices
Previous Message Steve Lane 2002-03-11 21:50:42 Automatic mod time?