Re: What to do about a vacuum...

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

"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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Robert M. Meyer 2002-08-09 14:59:38 Re: What to do about a vacuum...
Previous Message Robert M. Meyer 2002-08-09 13:24:32 What to do about a vacuum...