Re: Can Postgresql search full text fast through 3.3 million text documents?

From: jochen mader <jochen(at)teg-me(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Can Postgresql search full text fast through 3.3 million text documents?
Date: 2001-10-24 07:19:16
Message-ID: 20011024095933.CDB50C80F@avatar.teg-me.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday, 20. October 2001 16:41, you wrote:
> We have 3.3 million text documents ( U.S. Patents) that we can put into
>
> >> any format needed to import into any database needed. Would Postgresql
>
> be able
>
> >> to handle fast FULLTEXT searching?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

I just found that there is a way to do fulltextindexing in postgres (it's
stored in the contrib directory of the postgres installation). I think that's
what you are looking for. Has anybody tested that stuff because I don't know
if it's really that fast.

Cya
Jochen

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Kinlan 2001-10-24 07:47:42 Re: Data Type
Previous Message Colin 't Hart 2001-10-24 07:08:47 Re: Evaluating PostgreSQL