index support for arrays (GiST)

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема index support for arrays (GiST)
Дата
Msg-id Pine.GSO.3.96.SK.1001213183234.20670X-101000@ra
обсуждение исходный текст
Ответ на Re: Indexing for geographic objects?  (selkovjr@mcs.anl.gov)
Ответы Re: index support for arrays (GiST)  (Oleg Bartunov <oleg@sai.msu.su>)
Список 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 по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: 7.0.3(nofsync) vs 7.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Creating a 'SET' type