[HACKERS] user-defined tree methods in GIST

2007-03-06 Thread sharath kumar
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

Re: [HACKERS] user-defined tree methods in GIST

2007-03-06 Thread Martijn van Oosterhout
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

Re: [HACKERS] user-defined tree methods in GIST

2007-03-06 Thread Teodor Sigaev
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