LIKE and SIMILAR TO

Поиск
Список
Период
Сортировка
От c k
Тема LIKE and SIMILAR TO
Дата
Msg-id d8e7a1e30808220413s3e7c593fr7ee2be6af70ff1ca@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] LIKE and SIMILAR TO  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-admin
Hello all,
As we are migrating our ERP application from MySQL to PostgreSQL we have some difficulties. One of them is use of Like and Similar to operators. We often use LIKE to search a string from front-end without case sensetivity. As postgreSQL's LIKE is case sensitive, we tried ILIKE and SIMILAR TO, but both are slower than LIKE and we must need case insensitivity. How can we get this by increases speed. All search columns are VARCHAR(100)to VARCHAR(250). Currently without index.

Thanks,
CPK

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

Предыдущее
От: Mathias Stjernström
Дата:
Сообщение: Re: Ordering not acting right.
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: [GENERAL] LIKE and SIMILAR TO