Re: when do I analyze after concurrent index creation?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: when do I analyze after concurrent index creation?
Дата
Msg-id 8940.1382111853@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: when do I analyze after concurrent index creation?  (Pete Yunker <peter.yunker@homejunction.com>)
Список pgsql-general
Pete Yunker <peter.yunker@homejunction.com> writes:
> Would a simple multi-column index be considered an 'expression' in this context, meaning that an ANALYZE should be
issuedafter the creation of such an index? 

No.  Of course, if one of its columns were an expression, then that would
be of interest for ANALYZE.

There has been some talk of collecting column-correlation statistics for
sets of columns listed in multi-column indexes.  So it's possible that in
some future PG version, creating a multi-column index will be a reason to
re-ANALYZE.  But it isn't today.

            regards, tom lane


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

Предыдущее
От: Pete Yunker
Дата:
Сообщение: Re: when do I analyze after concurrent index creation?
Следующее
От: akp geek
Дата:
Сообщение: Re: Need some help on Performance 9.0.4