Re: Efficient Searching of Large Text Fields

From: PFC <lists(at)peufeu(dot)com>
To: "Aaron Bono" <postgresql(at)aranya(dot)com>, PostgreSQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Efficient Searching of Large Text Fields
Date: 2006-06-13 20:52:39
Message-ID: op.ta3qx1wycigqcu@apollo13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> 2. What functions or libraries are available to make such searching
> easy to implement well?

the tsearch2 module does that, and has a substantial advantage over a
solution you might reimplement : it's already done (and it works). Try
it...

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Aaron Bono 2006-06-13 21:04:11 Re: Efficient Searching of Large Text Fields
Previous Message Rod Taylor 2006-06-13 20:43:41 Re: Efficient Searching of Large Text Fields