Re: Weird error - Mailing list pgsql-general

From Alex Knight
Subject Re: Weird error
Date
Msg-id Pine.LNX.4.33.0106261957500.18309-100000@blowfish.phunc.com
Whole thread Raw
In response to Weird error  (Philip Molter <philip@datafoundry.net>)
Responses Re: Weird error  (Philip Molter <philip@datafoundry.net>)
Re: Weird error  (Alex Pilosov <alex@pilosoft.com>)
List 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'vebeen 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@datafoundry.net
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


pgsql-general by date:

Previous
From: Philip Molter
Date:
Subject: Weird error
Next
From: Philip Molter
Date:
Subject: Re: Weird error