Re: Values larger than 1/3 of a buffer page cannot be indexed (hstore)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Values larger than 1/3 of a buffer page cannot be indexed (hstore)
Дата
Msg-id 8613.1304220331@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Values larger than 1/3 of a buffer page cannot be indexed (hstore)  (Stefan Keller <sfkeller@gmail.com>)
Ответы Re: Values larger than 1/3 of a buffer page cannot be indexed (hstore)
Список pgsql-general
Stefan Keller <sfkeller@gmail.com> writes:
> Any ideas on how to index my hstore attribute?

Use a GIST or GIN index.  The only thing that a btree index on hstore
can do for you is to support equality comparisons on the whole hstore
value, which is pretty unlikely to be what you're after.

            regards, tom lane

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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: histogram
Следующее
От: Mark Morgan Lloyd
Дата:
Сообщение: Postgresql, PSN hack and table limits