Re: New Access Method

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Alan Gatt <alangatt(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New Access Method
Date: 2007-03-03 23:10:36
Message-ID: 20070303231036.GD6473@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alan Gatt escribió:
> Hello,
>
> I am trying to create a new index which is multidimensional (based on
> R-Tree) which can be used for data warehosuing. I have read the Developers'
> manual about adding new indexes, and now I want to start coding the new
> index.

Have you considered coding it using the GiST infrastructure? Should be
much easier, and automatically give crash safety, concurrency, and a
shorter development time.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2007-03-03 23:24:31 Re: Patch license update to developer's FAQ
Previous Message Bruce Momjian 2007-03-03 20:03:44 Re: What is CheckPoint.undo needed for?