From: | David Griffiths <dgriffiths(at)boats(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: search engines |
Date: | 2002-02-21 19:37:44 |
Message-ID: | 002f01c1bb0f$3f13f2a0$6601a8c0@griffiths |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
All data is kept in memory, and a search engine is actually a cluster of
hundreds of computers. Every web page is heavily indexed, and the indexes
may be divided up across many computers. Thus, your search hits several
computers at a single time. Because each machine has gigabytes of web-page
indexes, it can quickly gather all results. They are then sorted and return
to the user.
David
----- Original Message -----
From: "Bruce Schreiber" <bruces(at)real-info(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Thursday, February 14, 2002 10:56 AM
Subject: [GENERAL] search engines
> How can search engine search through millions of records in just a few
> seconds?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Doug McNaught | 2002-02-21 19:47:33 | Re: User access to start and stop postmaster |
Previous Message | Tim Barnard | 2002-02-21 19:35:46 | Re: Using variables from c to be passed into PQexec |