Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 1998 18:27:41 -0500 (EST)
From:      Bruce Momjian <maillist@candle.pha.pa.us>
To:        tgl@sss.pgh.pa.us (Tom Lane)
Cc:        pgsql-hackers@postgreSQL.org, database@FreeBSD.ORG
Subject:   Re: [HACKERS] Re: Mysql 321 - Mysql 322 - msql
Message-ID:  <199812012327.SAA07094@candle.pha.pa.us>
In-Reply-To: <1747.912185625@sss.pgh.pa.us> from Tom Lane at "Nov 27, 1998 11:53:45 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> I don't currently have any databases that could benefit from full-text
> indexes.  But I can think of applications where it'd be important,
> particularly after we get rid of the limit on tuple sizes so that it
> becomes reasonable to put fair-size chunks of text into database
> entries.  For example: would it be useful to put my email archive into
> a Postgres database, one message per tuple?  Maybe ... but if I can't
> glimpse it afterwards, forgetaboutit.
> 
> You could probably glue something like this together from existing
> spare parts, say by running a nightly cron job that dumps out the
> text fields of your database for indexing by Glimpse.  But it wouldn't
> be integrated into SQL --- you'd have to query the index separately
> outside of SQL, then use the results to drive a query to fetch the
> selected records.

We do have contrib/fulltextindex.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812012327.SAA07094>