Re: Revised R* tree using GiST

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: fernando esparza <fesparza(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Revised R* tree using GiST
Date: 2006-05-04 07:21:49
Message-ID: 4459AB8D.4060604@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

For you it will be easy to understand GiST interface looking into
src/backend/access/gist/gistproc.c. It implements RTree.

fernando esparza wrote:
> Hello,
>
> I'm finishing my career in computer engineering. To finish that I've
> to develop a new implementation of R*-tree. My teacher Prof. Dr.
> Seeger, http://dbs.mathematik.uni-marburg.de/Home/People/Professor has
> already one done, now he wants me to add it to PostgreSQL using Gist.
> Now that gist is the PostgreSQL core it's very dificult for me to know
> from where to start with. Could you please give me some kind of guide?
>
> Thank you. Sincerely yours.
>
> Fernando Esparza
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-05-04 07:44:15 Re: Rethinking locking for database create/drop vs
Previous Message Oleg Bartunov 2006-05-04 07:05:17 Re: Revised R* tree using GiST