user-defined tree methods in GIST - Mailing list pgsql-hackers

From sharath kumar
Subject user-defined tree methods in GIST
Date
Msg-id 63b2ddcd0703060020l2cd716dbv836c36ab517791cf@mail.gmail.com
Whole thread Raw
Responses Re: user-defined tree methods in GIST  (Martijn van Oosterhout <kleptog@svana.org>)
Re: user-defined tree methods in GIST  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
I need some help in building new index structure using GIST.<br /> I have to include a procedure for restructuring the
treeimmediately after i have created the index using gist. How do i do it?<br />Actually I am trying to implement the
slim-treeindex using gist. To increase the performance, a slim-down algorithm runs after creation of the slim-tree.
Wherecan i give a call to this slim-down procedure after the tree has been built using gist? <br /><br />Regards<br
/>Sharat.<br/> 

pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Bug: Buffer cache is not scan resistant
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] xml2 contrib patch supporting default XML namespaces