Re: Indices get ignored in large tables

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Indices get ignored in large tables
Дата
Msg-id Pine.BSF.4.21.0108291128180.48187-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Indices get ignored in large tables  (Apua Paquola <apua@iq.usp.br>)
Список pgsql-bugs
You probably need to run vacuum analyze after filling in the data.
Otherwise it's using bogus selectivity (see the number of expected
rows returned by the explain output, it's expecting 6000 rows after
the create index, which is large enough to make it guess that
it'll be cheaper to sequence scan the table.

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Odp: PD: triggered data change violation on relation "tbl_b"
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: postmaster quits