Re: Vaccuum/Analyze

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mel(at)gmanmi(dot)tv
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Vaccuum/Analyze
Date: 2002-09-13 04:30:09
Message-ID: 15377.1031891409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Mel Jamero" <mel(at)gmanmi(dot)tv> writes:
> i get these notices everytime i perform a vacuum:

> NOTICE: RegisterSharedInvalid: SI buffer overflow
> NOTICE: InvalidateSharedInvalid: cache state reset
> NOTICE: RegisterSharedInvalid: SI buffer overflow
> NOTICE: InvalidateSharedInvalid: cache state reset

> could anyone give me some insights please?

(a) these are not particularly dangerous

(b) you are running an obsolete Postgres version; those messages were
downgraded to DEBUG level in 7.2

(c) you have clients that are laying about holding open transactions,
which is not good for concurrency.

First recommendation is to update, second is to see if you can't fix
the clients so that their idle state isn't holding an open transaction.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Niclas Gustafsson 2002-09-13 10:01:49 LEFT JOINs takes forever...almost.
Previous Message Joe Conway 2002-09-13 03:51:26 Re: Cache Lookup failed Error - while using Triggers