Re: Indexing array columns.

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Indexing array columns.
Дата
Msg-id 43821CE7.4070508@joeconway.com
обсуждение исходный текст
Ответ на Indexing array columns.  (Joshua Marsh <icub3d@gmail.com>)
Список pgsql-admin
Joshua Marsh wrote:
> Does/Can the index track each element in the array, or does it track
> only the array as a whole?

Built in index support works on the array as a whole, not the individual
elements.

> How can I increase the speed of a query like: SELECT * FROM table WHERE
> 123 = ANY(array_of_ints); ?

See contrib/intarray.

Joe

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

Предыдущее
От: Nirmal Kumar
Дата:
Сообщение: Postgres Database slow
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Server Hardware Configuration