| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера