Re: [SQL] 7.3 analyze & vacuum analyze problem

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [SQL] 7.3 analyze & vacuum analyze problem
Дата
Msg-id 200304300902.37985.josh@agliodbs.com
обсуждение исходный текст
Ответы Re: [SQL] 7.3 analyze & vacuum analyze problem  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-performance
Achilleus,

> i think i have an issue regarding the statistics that
> a) (plain) ANALYZE status and
> b) VACUUM ANALYZE status
> produce.

It's perfectly normal for a query to run faster after a VACUUM ANALYZE than
after an ANALYZE ... after all, you just vacuumed it, didn't you?

If you're demonstrating some other kind of behavioural difference, then please
post the results of EXPLAIN ANALYZE for the two examples.

Oh, and we should probably shift this discussion to the PGSQL-PERFORMANCE
list.

--
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: "Peter Darley"
Дата:
Сообщение: Re: Query Plan far worse in 7.3.2 than 7.2.1
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: [SQL] 7.3 analyze & vacuum analyze problem