Re: Writting a "search engine" for a pgsql DB - Mailing list pgsql-performance

From Magnus Hagander
Subject Re: Writting a "search engine" for a pgsql DB
Date
Msg-id 20070227131558.GP12721@svr2.hagander.net
Whole thread Raw
In response to Re: Writting a "search engine" for a pgsql DB  (Charles Sprickman <spork@bway.net>)
Responses Re: Writting a "search engine" for a pgsql DB  (Dave Page <dpage@postgresql.org>)
List pgsql-performance
On Mon, Feb 26, 2007 at 04:24:12PM -0500, Charles Sprickman wrote:
> On Mon, 26 Feb 2007, Madison Kelly wrote:
>
> >Hi all,
> >
> >I'd really like to come up with a more intelligent search engine that
> >doesn't take two minutes to return results. :) I know, in the end good
> >indexes and underlying hardware will be important, but a sane as possible
> >query structure helps to start with.
>
> I'm not a programmer, so I can't comment on how good of an example this
> is, but I've been pretty happy with mnogosearch:
>
> http://www.mnogosearch.com/
>
> The *nix versions are free.  Looking at the db structure gave me a bit of
> an idea of what I'm guessing is the "right way" to search a huge amount of
> documents.

Just as a datapoint, we did try to use mnogosearch for the
postgresql.org website+archives search, and it fell over completely.
Indexing took way too long, and we had search times several thousand
times longer than with tsearch2.

That said, I'm sure there are cases when it works fine :-)

//Magnus

pgsql-performance by date:

Previous
From: "Peter Kovacs"
Date:
Subject: Re: Two hard drives --- what to do with them?
Next
From: "Joe Uhl"
Date:
Subject: Opinions on Raid