Re: Weird error

From: Alex Knight <knight(at)phunc(dot)com>
To: Philip Molter <philip(at)datafoundry(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Weird error
Date: 2001-06-27 02:58:55
Message-ID: Pine.LNX.4.33.0106261957500.18309-100000@blowfish.phunc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 26 Jun 2001, Philip Molter wrote:

> I have a Postgres application running right now. The thing is
> constantly doing 3-5 updates/sec and 1-2 multi-join selects/sec and
> performance is actually doing all right. Unfortunately, as the system
> runs, performance degrades, which I guess has been documented, although
> I still don't understand why.
>
> To work around this, I have a cron job that runs every hour and vacuum
> analyzes the three tables that are actually updated significantly. Most of the time, it works fine, but recently, I've been getting this error:
>
> NOTICE: Child itemid in update-chain marked as unused - can't continue
> repair_frag
>
> What causes this and how do I make it stop? When this happens,
> whatever table is affected doesn't get analyzed and the database
> continues its downward resource spiral.

I'm fairly sure you are _suppose_ to run VACUUM ANALYZE when there are no
clients connected to the database. You may have to have your cron job
temporarily suspend remote connectivity while the actions are performed.

-Knight

>
> Thanks in advance,
> Philip
>
> * Philip Molter
> * DataFoundry.net
> * http://www.datafoundry.net/
> * philip(at)datafoundry(dot)net
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

  • Weird error at 2001-06-27 02:43:52 from Philip Molter

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Philip Molter 2001-06-27 04:58:56 Re: Weird error
Previous Message Philip Molter 2001-06-27 02:43:52 Weird error