Re: new index methods

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Christian Portugal <christ(dot)pz(dot)cs(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: new index methods
Date: 2006-12-08 10:09:58
Message-ID: 20061208100958.GC25912@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 08, 2006 at 05:00:18AM -0500, Christian Portugal wrote:
> Thanks so much, but well i have well read that information and for to be
> more specific "Generalized search tress for database system " and others,
> but in no one tell me where begin because is too much code . now sorry by
> the question but for develop my structure can i do that with the sources
> that i dowload from the page ? or this are special sources?

It's a bit hard to help if you can't say which of the cases below you
want. They are conpletely different code, completely different
concepts, completely different source code.

Alternativly, tell us in a bit more detail what your goal in, then we
might be able to work it out also.

Do you want this:
> >Do you want to create a completely new index type (in the style of GiST
> >and GIN), you want to look here:
> >
> >http://www.postgresql.org/docs/8.1/static/indexam.html

Or this?
> >If you want to create a btree/hash/rtree index on a newly created type, look here:
> >
> >http://www.postgresql.org/docs/8.1/static/indexes.html

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-12-08 10:36:12 EXPLAIN ANALYZE
Previous Message Christian Portugal 2006-12-08 10:03:20 GIST