Re: Bug #681: creating indices after data insertion

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #681: creating indices after data insertion
Дата
Msg-id 24278.1022691438@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug #681: creating indices after data insertion  (Dmitry Tkach <dmitry@openratings.com>)
Список pgsql-bugs
Dmitry Tkach <dmitry@openratings.com> writes:
> Did you vacuum it?

Even more to the point: vacuum analyze.

The described behavior sounds like the default assumptions in the
absence of any ANALYZE statistics ...

            regards, tom lane

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

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: Re: Bug #681: creating indices after data insertion
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: Documentation regarding %ROWTYPE in PL/PgSQL