Re: Not using indexes in WHERE clauses

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Not using indexes in WHERE clauses
Дата
Msg-id 8556.979919246@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Not using indexes in WHERE clauses  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
Using a seqscan to retrieve half of the entries in a table is not a bug,
it is correct behavior.

Your test case might make you think otherwise, but that's because your
test data is artificially well-ordered.  Try the two methods with the
same data loaded in a random order ...

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Not using indexes in WHERE clauses
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: installation fails