Re: vacuum job taking very long time to complete

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Feite Brekeveld <feite(dot)brekeveld(at)osiris-it(dot)nl>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: vacuum job taking very long time to complete
Date: 2001-06-27 14:52:21
Message-ID: 8221.993653541@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Feite Brekeveld <feite(dot)brekeveld(at)osiris-it(dot)nl> writes:
> I still have 3.5 G available for logfiles but suppose there is a chance
> that I will run out of diskspace before the vacuum is done , can I kill
> it safely before that happens ?

Yes, you can just send a SIGINT to the vacuuming backend (or type
control-C in psql, if you issued the vacuum command from psql).

You may care to apply the patch in
http://www.ca.postgresql.org/mhonarc/pgsql-patches/2001-06/msg00061.html
before trying again.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-06-27 14:59:34 Re: Bug in createlang?
Previous Message Tom Lane 2001-06-27 14:39:01 Re: Weird error