Re: Answering my own question

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: Answering my own question
Дата
Msg-id m3hel9gtqj.fsf@dep4.fciencias.unam.mx
обсуждение исходный текст
Ответ на Re: Answering my own question  (gerry.smit@lombard.ca)
Список 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 по дате отправления:

Предыдущее
От: gerry.smit@lombard.ca
Дата:
Сообщение: Re: Answering my own question
Следующее
От: "Balazs Wellisch"
Дата:
Сообщение: Re: Answering my own question