From: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: "external indices" ... |
Date: | 2005-02-08 21:28:14 |
Message-ID: | 20050208172717.X94338@ganymede.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Summary:
"Currently used with Oracle databases thru their Extensible
Indexing Cartridge.
What we are interested in is finding out whether or not we can use our
technology directly with PostgreSQL. That would involve, from a overly
simplistic view, allowing Postgres to use external indexes."
Does that help any?
On Tue, 8 Feb 2005, Tom Lane wrote:
> "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
>
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2005-02-08 21:28:31 | Re: "external indices" ... |
Previous Message | Tom Lane | 2005-02-08 21:02:29 | Re: "external indices" ... |