Re: VACUUM ANALYZE : Is this a time consuming procedure?

From: "Vishal Kashyap (at) [Sai Hertz And Control Systems]" <vishalonlist(at)gmail(dot)com>
To: Kumar S <ps_postgres(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: VACUUM ANALYZE : Is this a time consuming procedure?
Date: 2004-11-10 02:47:03
Message-ID: 77b69d210411091847746974e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Kumar ,

Check if a query like update or insert is in progress.
Vacumm will wait unless change queries dont end.

On Tue, 9 Nov 2004 12:34:47 -0800 (PST), Kumar S <ps_postgres(at)yahoo(dot)com> wrote:
> Dear group,
>
> Is vacuum analyze a time consuming procedure. On a
> scale of 1 to 10 my database is on 4.
> Today I ran a vacuum analyze command and it is taking
> for ever. I am worried? Is some thing wrong going on
> or it usually takes time given no VACUUMing is done
> before on the database.
> Pls. suggest, if something is really wrong, I can halt
> the process.
>
> Thank,
> kumar.
>
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
With Best Regards,
Vishal Kashyap.
Did you know SaiPACS is one and only PACS
Management tool.
http://saihertz.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Kjetil Haaland 2004-11-10 13:37:49 Re: user defined type
Previous Message Kumar S 2004-11-09 20:34:47 VACUUM ANALYZE : Is this a time consuming procedure?