user-defined tree methods in GIST

From: "sharath kumar" <k(dot)sharat(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: user-defined tree methods in GIST
Date: 2007-03-06 08:20:34
Message-ID: 63b2ddcd0703060020l2cd716dbv836c36ab517791cf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
Actually I am trying to implement the slim-tree index using gist. To
increase the performance, a slim-down algorithm runs after creation of the
slim-tree. Where can i give a call to this slim-down procedure after the
tree has been built using gist?

Regards
Sharat.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-03-06 08:49:43 Re: [PATCHES] xml2 contrib patch supporting default XML namespaces
Previous Message Neil Conway 2007-03-06 08:17:13 Re: PL/Python warnings in CVS HEAD