Re: array column and b-tree index allowing only 8191 bytes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: array column and b-tree index allowing only 8191 bytes
Дата
Msg-id 20080607163842.GP16502@alvh.no-ip.org
обсуждение исходный текст
Ответ на array column and b-tree index allowing only 8191 bytes  (Celso Pinto <cpinto@yimports.com>)
Ответы Re: array column and b-tree index allowing only 8191 bytes  (Celso Pinto <cpinto@yimports.com>)
Список pgsql-general
Celso Pinto wrote:

> So my questions are: is this at all possible? If so, is is possible to
> increate that maximum size?

Indexing the arrays themselves is probably pretty useless.  Try indexing
the elements, which you can do with the intarray contrib module.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Extracting data from deprecated MONEY fields
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: accessing table in LIFO order