Re: ~* + LIMIT => infinite time?

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: <typea(at)l-i-e(dot)com>, <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: ~* + LIMIT => infinite time?
Date: 2002-12-15 20:22:25
Message-ID: web-2282278@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Typea,

> At the moment, I've altered the application to not use LIMIT when I
> have
> ~* in the query, and it "works" -- only the paging of results is
> broken,

Would your application allow you to use " ILIKE '%<VALUE>%'" in the
query instead of "~*" ? If so, does the query still hang with ILIKE
... LIMIT?

-Josh

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Hannu Krosing 2002-12-16 00:03:54 Re: ~* + LIMIT => infinite time?
Previous Message typea 2002-12-15 00:41:54 Re: ~* + LIMIT => infinite time?