Re: Best way to index large text/varchar fields - Mailing list pgsql-admin

From Joshua D. Drake
Subject Re: Best way to index large text/varchar fields
Date
Msg-id 4489A0CF.2080309@commandprompt.com
Whole thread Raw
In response to Best way to index large text/varchar fields  ("Chris Hoover" <revoohc@gmail.com>)
List pgsql-admin
Chris Hoover wrote:
> In 8.1, what is the best way to index large text/varchar fields for wild
> card searches?
>
> I am getting good number of queries being submitted for reporting
> purposes that are doing the following - where <text/varchar field> like
> '%some phrase%' and ....
> Is there a good way to index these fields so that the db engine will use
> and index?

If you are indeed using phrases, and thus paragraphs of text, you should
look into Tsearch2.

Joshua D. Drake

>
> Thanks,
>
> Chris


--

    === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
    Providing the most comprehensive  PostgreSQL solutions since 1997
              http://www.commandprompt.com/



pgsql-admin by date:

Previous
From: Jeff Frost
Date:
Subject: Re: pg_dumpall 8.1.4 large objects error
Next
From: Jeff Frost
Date:
Subject: Re: pg_dumpall 8.1.4 large objects error