Re: int4 in a GiST index

Поиск
Список
Период
Сортировка
От George Essig
Тема Re: int4 in a GiST index
Дата
Msg-id 20041111025028.9044.qmail@web53706.mail.yahoo.com
обсуждение исходный текст
Ответ на int4 in a GiST index  (Mike Rylander <mrylander@gmail.com>)
Ответы Re: int4 in a GiST index  (Mike Rylander <mrylander@gmail.com>)
Список pgsql-performance
Mike Rylander wrote:

> I want to create a multi-column index across the tsvector and classification
> columns as that should help with selectivity.  But because there is no
> GiST opclass for INT4 the index creation complains thusly:

Install contrib/btree_gist along with contrib/tsearch2 to create a multicolumn index on the in4
and the tsvector columns.  See the following for an example:

http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/multi_column_index.html

George Essig

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

Предыдущее
От: Mike Rylander
Дата:
Сообщение: int4 in a GiST index
Следующее
От: Mike Rylander
Дата:
Сообщение: Re: int4 in a GiST index