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 functi
On Tue, Mar 06, 2007 at 01:50:34PM +0530, sharath kumar wrote:
> 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?
> Actually I am trying to implement the s
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?
Actually I am trying to implement the slim-tree index using gist. To
increase the performance, a slim-down al