Re: Answering my own question - Mailing list pgsql-novice

From Manuel Sugawara
Subject Re: Answering my own question
Date
Msg-id m3hel9gtqj.fsf@dep4.fciencias.unam.mx
Whole thread Raw
In response to Re: Answering my own question  (gerry.smit@lombard.ca)
List pgsql-novice
gerry.smit@lombard.ca writes:

> Now THAT's REALLY fascinating.  We upgraded from 6.5 to 7.1 about
> 4-5 months ago , and only got this problem after that. I leave
> "ANALYZE" out of VACUUM due to the large volume of (I though
> needless) output that gets piped to my cron_log.
>
> Does anyone have a feal for how "necessary" VACUUM ANALYZE is over
> "VACUUM" ??

The analyze part records statistical information about your
data. Without it the planner doesn't have information to decide a
better plan.

BTW if you are still in 7.1 you should upgrade. 7.2 is smarter about
the statistical information it records and is able to make better
decisions.

Regards,
Manuel.

ps. yes: mx -> México

pgsql-novice by date:

Previous
From: gerry.smit@lombard.ca
Date:
Subject: Re: Answering my own question
Next
From: "Balazs Wellisch"
Date:
Subject: Re: Answering my own question