Re: Array indexes, GIN? - Mailing list pgsql-performance

From Oleg Bartunov
Subject Re: Array indexes, GIN?
Date
Msg-id Pine.LNX.4.64.0703020942310.400@sn.sai.msu.ru
Whole thread Raw
In response to Re: Array indexes, GIN?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Array indexes, GIN?
List pgsql-performance
On Thu, 1 Mar 2007, Josh Berkus wrote:

> 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.

We're getting better, we have 72 pages written about new FTS :)

>
> 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.

GIN already has support for one dimensional arrays and intarray, particularly,
too has support of GiN.


     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improving query performance
Next
From: Adam L Beberg
Date:
Subject: Re: Array indexes, GIN?