Re: What to do about a vacuum...

From: "Robert M(dot) Meyer" <rmeyer(at)installs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: What to do about a vacuum...
Date: 2002-08-09 14:59:38
Message-ID: 1028905179.28137.7.camel@skymaster
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Well, 'kill -INT pid' doesn't seem to have worked. This is 7.2.1. We
really don't want to whack the system but we need to get back online...

Any other ideas?

Bob

On Fri, 2002-08-09 at 09:47, Tom Lane wrote:
> "Robert M. Meyer" <rmeyer(at)installs(dot)com> writes:
> > IN my infinite wisdom, in an effort to resolve my performance problems,
> > I started a full vacuum of my database last night around 4:00AM. It's
> > still running at 9;20AM and it has all of the tables locked.
>
> Huh? Vacuum should only lock one table at a time.
>
> > Is it safe to cancel the query from inside pgmonitor?
>
> Yes, a SIGINT should be safe enough. You'll lose the benefit of whatever
> vacuuming work has been done so far on the current table.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Robert M. Meyer
Sr. Network Administrator
DigiVision Satellite Services
14 Lafayette Sq, Ste 410
Buffalo, NY 14203-1904
(716)332-1451

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-08-09 15:20:06 Re: What to do about a vacuum...
Previous Message Tom Lane 2002-08-09 13:47:18 Re: What to do about a vacuum...