Re: ~* + LIMIT => infinite time? - Mailing list pgsql-performance

From Josh Berkus
Subject Re: ~* + LIMIT => infinite time?
Date
Msg-id web-2282278@davinci.ethosmedia.com
Whole thread Raw
In response to Re: ~* + LIMIT => infinite time?  (<typea@l-i-e.com>)
List 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

pgsql-performance by date:

Previous
From:
Date:
Subject: Re: ~* + LIMIT => infinite time?
Next
From: Hannu Krosing
Date:
Subject: Re: ~* + LIMIT => infinite time?