Re: Postgres case insensitive searches

Поиск
Список
Период
Сортировка
От Neil Tiffin
Тема Re: Postgres case insensitive searches
Дата
Msg-id ADB34248-D74F-4992-B213-297A760450B6@neiltiffin.com
обсуждение исходный текст
Ответ на Re: Postgres case insensitive searches  (bhanu udaya <udayabhanu1984@hotmail.com>)
Ответы Re: Postgres case insensitive searches  (bhanu udaya <udayabhanu1984@hotmail.com>)
Список pgsql-general

On Jun 29, 2013, at 11:24 AM, bhanu udaya <udayabhanu1984@hotmail.com> wrote:

Upper and Lower functions are not right choice when the table is > 2.5 million and where we also have heavy insert transactions.

PostgreSQL and SQL Server are completely different.  Rules that apply to SQL Server do not necessarily apply to PostgreSQL.

You problem is not the use of upper() or lower() it is the assumption what works in SQL Server is the best way to use PostgreSQL.  You'll get farther if you benchmark several of the suggestions, then if the performance is not good enough, ask how to improve the performance.  This will take a little work on your part, but that is how you learn.

Neil

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Postgres case insensitive searches
Следующее
От: Michael Shapiro
Дата:
Сообщение: Re: [pgadmin-support] Postgres case insensitive searches