Re: Indexes not being used.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Indexes not being used.
Дата
Msg-id 4579.993229820@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Indexes not being used.  (Sam Tregar <sam@tregar.com>)
Ответы Re: Indexes not being used.  (Sam Tregar <sam@tregar.com>)
Список pgsql-general
You need to VACUUM ANALYZE your tables after you've finished with the
bulk load step.

And no, behavior on toy tables is not a guide to what the planner will
choose to do with large tables.

            regards, tom lane

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

Предыдущее
От: Daniel Åkerud
Дата:
Сообщение: Re: Indexes not being used.
Следующее
От: David Wheeler
Дата:
Сообщение: Newbie Inheritance Question