Re: Surprising sequence scan when function call used - Mailing list pgsql-sql

From Hosokawa Tetsuichi
Subject Re: Surprising sequence scan when function call used
Date
Msg-id 20001026040849.BB795405E@poseidon.good-day.co.jp
Whole thread Raw
In response to Surprising sequence scan when function call used  ("Will Fitzgerald" <fitzgerald@inetmi.com>)
List pgsql-sql
see
functional index

On Wed, 25 Oct 2000 13:26:51 -0400
"Will Fitzgerald" <fitzgerald@inetmi.com> wrote:

> I have a table, login, which has a field by the same name; there's an index
> on that field. I was surprised to discover that a SELECT which compares the
> login field to a constant uses an Index scan, but if it is compared to a
> function call--for example, lower()--a sequence scan is forced.
> 
> Any idea why?
--
* Hosokawa Tetsuichi
* hosokawa@good-day.co.jp


pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Query Problem
Next
From: Tom Lane
Date:
Subject: Re: plperl