Re: Does Lower make indexes useless?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Does Lower make indexes useless?
Дата
Msg-id Pine.BSO.4.63.0605051249080.13150@leary2.csoft.net
обсуждение исходный текст
Ответ на Does Lower make indexes useless?  ("Clemens Eisserer" <linuxhippy@gmail.com>)
Ответы Re: Does Lower make indexes useless?  ("Clemens Eisserer" <linuxhippy@gmail.com>)
Список pgsql-jdbc

On Fri, 5 May 2006, Clemens Eisserer wrote:

> I am using queries very often which look like "... WHERE
> LOWER(field)='..';" to allow case-insensitive search on varchar
> columns.
>
> Does this make indexes useless or are there algorythmns which allow
> using indexes even in this case?
> Are there ways how this could be done in a better way?
>

This question has nothing to do with Java or JDBC, so this isn't the right
list.  You should try -novice or -general.

http://www.postgresql.org/docs/8.1/static/indexes-expressional.html

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Clemens Eisserer"
Дата:
Сообщение: Does Lower make indexes useless?
Следующее
От: "Clemens Eisserer"
Дата:
Сообщение: Re: Does Lower make indexes useless?