From: | pgsql(at)mohawksoft(dot)com |
---|---|
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 19:46:42 |
Message-ID: | 16414.24.91.171.78.1107892002.squirrel@mail.mohawksoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I haven't worked with GiST, although I have been curious from time to
time. Just never had the time to sit, read, and try out the GiST system.
On my text search system (FTSS) I use functions that return sets of data.
It make be easier to implement that than a GiST.
Basically, I create a unique ID index on a table of data. Create my
external index. When a search is done, I return a set of unique IDs and
ranks.
>
> 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? And, if so, what
> is a *good* doc for me to point them at to get up to speed with it? Is
> what we have in the docs the best place, or is there something someone
> else has written that gets into it even more?
>
> Thanks ...
>
> ----
> 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 | pgsql | 2005-02-08 20:04:52 | Fast reference without an index? |
Previous Message | ohp | 2005-02-08 19:40:57 | Re: problemsafter crash |