Re: search engines

From: Holger Marzen <holger(at)marzen(dot)de>
To: Bruce Schreiber <bruces(at)real-info(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: search engines
Date: 2002-02-21 21:53:04
Message-ID: Pine.LNX.4.44.0202212250230.13977-100000@bluebell.marzen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 14 Feb 2002, Bruce Schreiber wrote:

> How can search engine search through millions of records in just a few
> seconds?

They scan documents when they are inserted into the database. Every word
found is added to an index. So if the search is for a particular word
then the search engine just looks in the index for that word and finds a
list with corresponding documents.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Earl 2002-02-21 21:53:37 Re: Using Connecting to Postgresql from MS Access
Previous Message Bruce Momjian 2002-02-21 21:49:38 Re: parse error in timestamp function