Vacuum full hang

From: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Vacuum full hang
Date: 2003-02-02 13:14:27
Message-ID: b1j5jl$2qbt$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm trying to vacuum full a table ( Postgres 7.2.3 )
but the command:
vacuum full <my_table>
hang and all processes that are trying to update that table hang too,
the CPU occupation for the process that perform the
vacuum is 0. What is going on?

Ciao
Gaetano

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message mallah 2003-02-02 13:25:06 Re: Vacuum full hang
Previous Message mallah 2003-02-02 13:02:28 Re: returning table from a function