Re: contextual search - Mailing list pgsql-hackers

From Mitch Vincent
Subject Re: contextual search
Date
Msg-id 006901bfc277$f93d3ca0$0300000a@doot.org
Whole thread Raw
In response to Re: contextual search  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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@candle.pha.pa.us>
To: Kate <kate@val.sv.uven.ru>
Cc: <pgsql-hackers@postgresql.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@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>



pgsql-hackers by date:

Previous
From: Chris
Date:
Subject: Re: Thus spoke SQL3 (on OO)
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: Performance (was: The New Slashdot Setup (includes MySql server))