Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Best database for web backend on Linux?

Re: Best database for web backend on Linux?

From: Bruce Momjian <root_at_candle.pha.pa.us>
Date: 1998/10/17
Message-ID: <70ae66$env$1@picasso.op.net>#1/1

In comp.databases.informix Andrew Gideon <werdnaandrew_at_tagsys.commoc.sysgat> wrote:
: If you're using VARCHAR/TEXT, though, you may be missing a factor.
: That is the "searchability" of these textual fields. I don't mean
: whether or not it is possible (of course it is), but how efficiently
: it can be done. In other words, is there a mechanism for doing fuzzy
: or partial matches (ie. like a glimpse db) that exploits indexing?
 

: There are engines (ie. excite or glimpse) that are good at full
: text searching. But these are tough to combine with the structure
: available in a relational database. Yet that is exactly what we need
: in many situations (and I doubt that we're alone).

PostgreSQL 6.4, to be released on November 1, adds this search ability to text/varchar fields. It is in /contrib/fulltextindex, and it in the current beta on ftp.postgresql.org.

Because we are an Object/Relational database, it was not that hard to do.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  root_at_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
Received on Sat Oct 17 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US