index support for arrays (GiST) - Mailing list pgsql-hackers

From Oleg Bartunov
Subject index support for arrays (GiST)
Date
Msg-id Pine.GSO.3.96.SK.1001213183234.20670X-101000@ra
Whole thread Raw
In response to Re: Indexing for geographic objects?  (selkovjr@mcs.anl.gov)
Responses Re: index support for arrays (GiST)  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
Hi,

we are getting a bit close to add index support for int arrays using
GiST interface. This will really drive up performance of our full text
search fully based on postgresql. We have a problem with broken index
and couldn't find a reason. I attached archive with sources
for GiST functions and test suite to show a problem - vacuum analyze
at end end of TESTSQL should complain about broken index.
Here is a short description:
1. untar in contrib 7.0.*
2. cd _intarray
3. edit Makefile for TESTDB (name of db for test)
4. createdb TESTDB
5. gmake
6. gmake install
7. psql TESTDB < TESTSQL
Regards,
    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: 7.0.3(nofsync) vs 7.1
Next
From: Tom Lane
Date:
Subject: Re: Creating a 'SET' type