Re: TSearch2 vs. Apache Lucene

From: Michael Riess <mlriess(at)gmx(dot)de>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: TSearch2 vs. Apache Lucene
Date: 2005-12-06 16:59:14
Message-ID: dn4g10$2n6b$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> Has anyone ever compared TSearch2 to Lucene, as far as performance is
> concerned?

I'll stay away from TSearch2 until it is fully integrated in the
postgres core (like "create index foo_text on foo (texta, textb) USING
TSearch2"). Because a full integration is unlikely to happen in the near
future (as far as I know), I'll stick to Lucene.

Mike

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Russell Garrett 2005-12-06 17:00:21 Re: TSearch2 vs. Apache Lucene
Previous Message Tom Lane 2005-12-06 16:57:19 Re: Missed index opportunity for outer join?