Re: Index not used past a certain threshold

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index not used past a certain threshold
Дата
Msg-id 20389.1083298093@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Index not used past a certain threshold  (Nishad Prakash <prakashn@uci.edu>)
Список pgsql-bugs
Nishad Prakash <prakashn@uci.edu> writes:
> An index on a certain table is not being used if a column referenced in
> the query has more than a certain number of rows for a given value.

This is not a bug; it's intended and correct behavior.

You may have an issue that the crossover point isn't very well tuned for
your environment.  If so, the answer is to fool with the optimizer cost
parameters.  See the plgsql-performance archives...

            regards, tom lane

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

Предыдущее
От: Nishad Prakash
Дата:
Сообщение: Index not used past a certain threshold
Следующее
От: Arturs Zoldners
Дата:
Сообщение: Re: BUG #1142: Problem with update permissions for view