Trying to use GIST indexes again

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Trying to use GIST indexes again
Дата
Msg-id 87vfg0mfd3.fsf@stark.xeocode.com
обсуждение исходный текст
Ответы Re: Trying to use GIST indexes again  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
What does this mean?

test=> create index cache_i_gist_sl on cache using gist (r_id, sl_ids);
ERROR:  index row requires 8216 bytes, maximum size is 8191

Postgres 7.4.2
I have btree_gist and intarray loaded.
r_id is an integer, sl_ids is an int[].

Does it simply mean one of the int arrays is too large? Most of them have 0,
1, or 2, but there are the occasional entries with up to 2,141 elements.

--
greg

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Out of swap space & memory
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Casting timestamp with time zone to varchar automatically