Re: Weird error

Поиск
Список
Период
Сортировка
От Alex Knight
Тема Re: Weird error
Дата
Msg-id Pine.LNX.4.33.0106261957500.18309-100000@blowfish.phunc.com
обсуждение исходный текст
Ответ на Weird error  (Philip Molter <philip@datafoundry.net>)
Ответы Re: Weird error
Re: Weird error
Список 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 по дате отправления:

Предыдущее
От: Philip Molter
Дата:
Сообщение: Weird error
Следующее
От: Philip Molter
Дата:
Сообщение: Re: Weird error