Re: user-defined tree methods in GIST

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: user-defined tree methods in GIST
Дата
Msg-id 45ED8560.8020704@sigaev.ru
обсуждение исходный текст
Ответ на user-defined tree methods in GIST  ("sharath kumar" <k.sharat@gmail.com>)
Список pgsql-hackers
> I need some help in building new index structure using GIST.
>  I have to include a procedure for restructuring the tree immediately 
> after i have created the index using gist. How do i do it?

IMHO, you don't have a chance to do it without patching postgres or developing 
your own low-level function.

Try to play with SP-GiST (http://www.cs.purdue.edu/spgist/). SP-GiST is a 
modification of GiST for Space Partitioning Trees. But they patch will not work 
with 8.2 and up because of lack of concurrency. 8.2 doesn't support indexes 
without concurrency.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: GIST and TOAST
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Log levels for checkpoint/bgwriter monitoring