Re: Array indexes, GIN?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Array indexes, GIN?
Дата
Msg-id 200703012147.38414.josh@agliodbs.com
обсуждение исходный текст
Ответ на Array indexes, GIN?  (Adam L Beberg <beberg@mithral.com>)
Ответы Re: Array indexes, GIN?  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-performance
Adam,

> On the surface, looks like a job for GIN, but GIN seems undocumented,
> specifically mentions it doesn't support the deletes we'll have many of
> since it's designed for word searching apparently, the performance
> implications are undocumented. I searched, I read, and even IRC'd, and
> it seems like GIN is just not used much.

It's new (as of 8.2).  And the authors, Oleg and Teodor, are notorious for
skimpy documetentation.

I'd start with the code in INTARRAY contrib module (also by Teodor) and bug
them on pgsql-hackers about helping you implement a GIN index for arrays.

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

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

Предыдущее
От: Adam L Beberg
Дата:
Сообщение: Array indexes, GIN?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Improving query performance