Universal B-tree - Mailing list pgsql-hackers

From Daniel Oliveira
Subject Universal B-tree
Date
Msg-id AANLkTikHRYZD88Zic+r715e7AK0jgV4NhtaZXrX7BZ0w@mail.gmail.com
Whole thread Raw
Responses Re: Universal B-tree  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Dear developers,<br /><br />I'm PhD candidate in Brazil and a newbie on postgresql developement, sorry for any silly
questions.I implemented a new algorithm for range search using universal b-tree but I don't have a clue how to
integrateit into postgresql.<br /><br />Where I can find the resources about it?<br /><br /> I don't need to change
B-treeestructure. I just need integrate my encode function that transforms multiple keys into one key by
bit-interleavingand to acess elements given several intervals (range search).<br /><br />I've heard about a framework
ATOMon the article "Native Multidimensional Indexing in Relational Databases" written by David Hoksza, Tomas Skopal
whichsays that ATOM abstracts the way that postgres records information... does any one know where I can get it?<br
/><br/>Best regards,<br /><br />Daniel Oliveira<br /> 

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ERROR: argument to pg_get_expr() must come from system catalogs
Next
From: Bruce Momjian
Date:
Subject: Re: dynamically allocating chunks from shared memory