Re: SELECT speed with LIKE - Mailing list pgsql-general

From Robert W. Berger
Subject Re: SELECT speed with LIKE
Date
Msg-id 27028.3164232753@porter.vtiscan.com
Whole thread Raw
In response to Re: SELECT speed with LIKE  (Jim Richards <grumpy@cyber4.org>)
List pgsql-general
The locale problem only affects the speed once it decides to use an index;
it does not affect whether it chooses an index or sequential scan.

Try doing a VACUUM ANALYZE; that often makes it start using index scans.


pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: oid dependency question...
Next
From: "Robert Cleveland"
Date:
Subject: Re: A Haunted Database