Re: Weird error - Mailing list pgsql-general

From Philip Molter
Subject Re: Weird error
Date
Msg-id 20010626235855.H12723@datafoundry.net
Whole thread Raw
In response to Re: Weird error  (Alex Knight <knight@phunc.com>)
List pgsql-general
On Tue, Jun 26, 2001 at 07:58:55PM -0700, Alex Knight wrote:
: >   NOTICE:  Child itemid in update-chain marked as unused - can't continue
: >   repair_frag
:
: 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.

Hrmm, if that's the case, then that REALLY sucks.  I have a system
that's constantly running, forcing me to run VACUUM ANALYZE on it
because Postgres will constantly consume CPU if I don't.  However, I
need to stop or suspend my constantly running system to solve the
problem.

What causes that resource issue again?

And 90% of the time, I can run VACUUM ANALYZE just fine, without any
errors (in fact, it was running on the hour for about 10 hours before I
got the first warning).

* Philip Molter
* DataFoundry.net
* http://www.datafoundry.net/
* philip@datafoundry.net

pgsql-general by date:

Previous
From: Alex Knight
Date:
Subject: Re: Weird error
Next
From: Joshua Adam Ginsberg
Date:
Subject: Complicated query... is there a simpler way?