Re: contextual search

From: "Mitch Vincent" <mitch(at)huntsvilleal(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: contextual search
Date: 2000-05-20 16:25:11
Message-ID: 006901bfc277$f93d3ca0$0300000a@doot.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If you use this and have a decent amount of text to index, be prepared to
spend a few days.. I had about 2000 files of Text (varying size) -- it
turned out to be about 600 megs, 33 million rows in the indexed column...
Creating indexes on that and VACUUM 'ing takes hours -- literally. :-)

Towards the end of the README it describes several ways of clustering your
tables on the disk. Use method two if you have the disk space, it's much
faster than CLUSTER!

Good luck!

-Mitch

----- Original Message -----
From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kate <kate(at)val(dot)sv(dot)uven(dot)ru>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Sent: Saturday, May 20, 2000 7:28 AM
Subject: Re: [HACKERS] contextual search

> >
> > Does the PostgreSQL have some features enabling to make contextual
search
> > in fulltexts (something like Oracle Context Option)?
>
> Yes, see contrib/fulltextindex.
>
> --
> Bruce Momjian | http://www.op.net/~candle
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-05-20 16:28:31 RE: Performance (was: The New Slashdot Setup (includes MySql server))
Previous Message Tom Lane 2000-05-20 16:19:51 Re: rules on INSERT can't UPDATE new instance?