Re: vacuum analyze never finishes

From: Doug McNaught <doug(at)wireboard(dot)com>
To: david blood <davidjblood(at)yahoo(dot)com>
Cc: general postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: vacuum analyze never finishes
Date: 2002-02-22 17:01:24
Message-ID: m3y9hl4fiz.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

david blood <davidjblood(at)yahoo(dot)com> writes:

> We are having trouble with vacuum analyze. It never finishes after
> 4.5 hours. It hangs up on an index of a table with almost 3 million
> rows.

Is it using CPU when it "hangs"? If not, it's probably waiting on a
transaction lock held by another client. Make sure no other clients
have an open transaction.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc Munro 2002-02-22 17:03:57 Re: point in time recovery and moving datafiles online
Previous Message Ian Harding 2002-02-22 16:51:00 Dump Problem