Re: GiST and Gin technical doc

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Yannick Warnier <ywarnier(at)beeznest(dot)org>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: GiST and Gin technical doc
Date: 2006-10-02 08:58:29
Message-ID: 4520D4B5.8000402@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

GiST:

http://gist.cs.berkeley.edu/
http://www.sai.msu.su/~megera/postgres/gist/papers/concurrency/

GIN:
GIN is ordinary inverted index which described in many docs.
Look for some implementation details in my presentation on conference:
http://www.sigaev.ru/gin/Gin.pdf

Yannick Warnier wrote:
> Hi there,
>
> I'm having trouble finding technical documentation about GiST, Gin and
> TSearch2.
>
> I am particularly interested in the internal data structure of a GiST-ed
> or Gin-ed index, and the availability of searches by proximity.
>
> Does anyone know of a good place to find such doc, outside from the
> source code (I'm not too much into C/C++)?
>
> Thank you,
>
> Yannick
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew 2006-10-02 09:49:53 PostgreSQL 8.1 - SSL:Required
Previous Message Iulian Manea 2006-10-02 07:38:00 Advantages of postgresql