Re: Partitioned tabled not using indexes for full text search

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Partitioned tabled not using indexes for full text search
Дата
Msg-id 26808.1238175959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Partitioned tabled not using indexes for full text search  (Justin Funk <funkju@iastate.edu>)
Список pgsql-general
Justin Funk <funkju@iastate.edu> writes:
> Any idea why it would not be using the indexes?

The child table you showed us has a btree index on message_index_col,
which is useless for @@ queries.  Maybe you forgot to specify the
index type while rearranging the table into partitioned form?

            regards, tom lane

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

Предыдущее
От: "Dara Olson"
Дата:
Сообщение: metadata development
Следующее
От: MDB
Дата:
Сообщение: Re: Postgresql On Windows