Re: indexes not being used!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: indexes not being used!
Дата
Msg-id 14197.1048269769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: indexes not being used!  (Jodi Kanter <jkanter@virginia.edu>)
Ответы Re: indexes not being used!  (Joe Conway <mail@joeconway.com>)
Список pgsql-admin
Jodi Kanter <jkanter@virginia.edu> writes:
> I apologize if this is the wrong list. I have posted explain analyzes below.

Given the small size of the tables, I think the planner is doing the
right thing not to use indexes.  Seqscans are probably less I/O until
the tables get a lot bigger.

The bitwise-and tests are not indexable anyway... you might want to
reconsider that data representation, if you were hoping that the bit
conditions would be useful for indexing.

            regards, tom lane

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

Предыдущее
От: Jie Liang
Дата:
Сообщение: perl 5.6.1 and PostgreSQL7.3.2
Следующее
От: Joe Conway
Дата:
Сообщение: Re: indexes not being used!