Re: Vacuum hangs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Patrick Hatcher <PHatcher(at)macys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Vacuum hangs
Date: 2004-11-09 20:06:21
Message-ID: 319.1100030781@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Patrick Hatcher <PHatcher(at)macys(dot)com> writes:
> Doing a Vacuum Analyze on a table and it's been hanging for at least 2
> hours. I could see no other users hitting the table at the time. This is
> the second time this has happened on this particular table and I can't
> seem to pin point the issue. If I kill the PID and restart the vacuum
> analyze it works fine. Any suggestion where I start searching?

Next time, please attach to the vacuuming backend with gdb and get a
stack trace. The pg_locks output doesn't tell us anything except that
the problem isn't a lock :-(

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ru.igarashi 2004-11-09 20:27:27 Re: Important Info on comp.databases.postgresql.general
Previous Message Patrick Hatcher 2004-11-09 20:03:12 Re: Vacuum hangs