Re: Best way to store case-insensitive data?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Best way to store case-insensitive data?
Дата
Msg-id AANLkTincVtAiB5kp8jAl-i1iHwf7ktkJTxNBWDLVEQsj@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Best way to store case-insensitive data?  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
n Sat, Jun 12, 2010 at 3:21 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> Performance test the index:
>
> create test_index on table (lower(fieldname));
>
> versus storing the emails in lower case.

Some quick testing on that tells me that storing in lower case will be
about twice as fast at retrieval.  But we're talking things like 1ms
versus 2ms.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Best way to store case-insensitive data?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Re: Error on Windows server could not open relation base/xxx/xxx Permission denied