Re: Clarification required: autovacuum and VACUUM command mode

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Clarification required: autovacuum and VACUUM command mode
Дата
Msg-id 4BED1C420200002500031737@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Clarification required: autovacuum and VACUUM command mode  ("Narasimha Murthy-VRFX87" <VRFX87@motorola.com>)
Ответы Re: Clarification required: autovacuum and VACUUM command mode
Список pgsql-admin
"Narasimha Murthy-VRFX87" <VRFX87@motorola.com> wrote:

> Another query: I do not want to run Analyze. However, auto-vacuum
> runs both both VACUUM and ANALYZE. I do not see any option to
> disable running ANALYZE during auto-vacuum. Is there any way to
> achive this?

Usually it's best to run ANALYZE more often than VACUUM, since the
statistics generated by ANALYZE are used to choose the most
efficient plan, and ANALYZE runs faster because it just takes a
random sample of rows.  Out-of-date statistics are one of the most
common causes of slow queries.  That's not to say there couldn't be
some very unusual circumstances under which it might make sense to
disable ANALYZE, but I'm highly skeptical.

Anyway, if you *really* want to shoot that fly off the end of your
toe (to stretch a metaphor), you could adjust the autovacuum
settings related to analyze to really high values.

-Kevin

В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Clarification required: autovacuum and VACUUM command mode
Следующее
От: "Narasimha Murthy-VRFX87"
Дата:
Сообщение: Re: Clarification required: autovacuum and VACUUM command mode