Re: "external indices" ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: "external indices" ...
Date: 2005-02-08 21:02:29
Message-ID: 10102.1107896549@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> I believe that this is what Oleg et al tap into with the tsearch2 stuff,
> no? I have someone asking me about it, and want to make sure that I'm
> telling him the right answer ... is this what GiST is?

Better ask what he means by "external" exactly. I think I've heard some
people use the phrase "external index" to mean any index that's not
actually part of the table itself; which makes all our index types
"external". (As a counterexample, imagine a table that is itself
organized as a btree.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2005-02-08 21:28:14 Re: "external indices" ...
Previous Message Tom Lane 2005-02-08 20:58:47 Re: Fast reference without an index?