Re: [GENERAL] making 'like' queries quicker

From: Elmar(dot)Haneke(at)gmx(dot)de
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] making 'like' queries quicker
Date: 1999-12-18 16:30:30
Message-ID: 1CAB2F5757@haneke.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Is there a way to make queries using the 'like' operator quicker, more
> specifically for queries that look like:
> select name from table where name like '%abc%';

The index-types available in PostgreSQL (BTree, RTree, Hash) do not support this kind of query. I'm not sure wether
PostgreSQL does still support defining custom index-mehtods. I did read similar in an old manual.

Elmar

Browse pgsql-general by date

  From Date Subject
Next Message david.gormley 1999-12-18 19:09:10 how do you unsubscribe? thanks. <eom>
Previous Message Peter Eisentraut 1999-12-18 16:13:47 Re: [GENERAL] Postgres install problem