Re: Indexing - comparison of tree structures

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Sascha Kuhl <yogidabanli(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Indexing - comparison of tree structures
Date: 2019-05-29 17:51:31
Message-ID: 20190529175130.GG2848@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 28, 2019 at 11:37:54AM -0700, Andres Freund wrote:
> 1) Please respect the list style of properly quoting responses inline,
> and only responding to messages that are somewhat related to the
> previous content
> 2) You ask a lot of question, without actually responding to responses
> 3) Please do some of your own research, before asking
> questions. E.g. there's documentation about our btree implementation
> etc in our source tree.

In this case, you may find the various README in the code to be
of interest. All index access methods are located in
src/backend/access/, and nbtree/README includes documentation for
btree indexes.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-05-29 17:52:21 Re: Quick doc typo fix
Previous Message Guillaume Lelarge 2019-05-29 17:47:12 Re: Quick doc typo fix