RE: OK, does anyone have any better ideas?

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Edmar Wiggers <edmar(at)brasmap(dot)com>
Cc: mlw <markw(at)mohawksoft(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: OK, does anyone have any better ideas?
Date: 2000-12-09 16:34:39
Message-ID: Pine.GSO.3.96.SK.1001209193045.4174B-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-novice

On Sat, 9 Dec 2000, Edmar Wiggers wrote:

> Date: Sat, 9 Dec 2000 14:20:17 -0200
> From: Edmar Wiggers <edmar(at)brasmap(dot)com>
> To: mlw <markw(at)mohawksoft(dot)com>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
> Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,
> Hackers List <pgsql-hackers(at)postgresql(dot)org>
> Subject: RE: [HACKERS] OK, does anyone have any better ideas?
>
>
> One possible idea for SQL integration: can one use index access-method
> functions to query the FTS outside the database? Yes, it would require some
> work, but the results I guess it would be wonderful. Ok, Tom, not so fast as
> an index sitting inside Postgres, but AFAICS that's not going to happen
> anytime soon.

We did external indexing using suffix arrays ( http://sary.namazu.org )
for one project because of limiting time :-) But we had to do a lot
of work like ACID (well, we already have some technology) and
everything we get usually from SQL.
Now we're trying to implement fast indexing using GiST.

Regards,

Oleg

>
> Yours sincerely,
>
> Edmar Wiggers
> BRASMAP Information Systems
> +55 48 9960 2752
>
>

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-09 16:39:14 Re: OK, does anyone have any better ideas?
Previous Message Edmar Wiggers 2000-12-09 16:20:17 RE: OK, does anyone have any better ideas?

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2000-12-09 16:39:14 Re: OK, does anyone have any better ideas?
Previous Message Edmar Wiggers 2000-12-09 16:20:17 RE: OK, does anyone have any better ideas?