Re: arrays and indexes - Mailing list pgsql-performance

From Tom Lane
Subject Re: arrays and indexes
Date
Msg-id 9847.1090876872@sss.pgh.pa.us
Whole thread Raw
In response to Re: arrays and indexes  (Greg Stark <gsstark@mit.edu>)
Responses Re: arrays and indexes
List pgsql-performance
Greg Stark <gsstark@mit.edu> writes:
> I would be curious to know how it goes. My own project uses
> denormalized sets stored as arrays as well, though in my case they're
> precalculated from the fully normalized data. I tried to use GiST
> indexes but ran into problems combining the btree-GiST code with array
> GiST code in a multicolumn index. I still don't really know why it
> failed, but after two days building the index I gave up.

Sounds like a bug to me.  Could you put together a test case?

            regards, tom lane

pgsql-performance by date:

Previous
From: Greg Stark
Date:
Subject: Re: arrays and indexes
Next
From: Litao Wu
Date:
Subject: Re: Timestamp-based indexing