From: | "c k" <shreeseva(dot)learning(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org |
Subject: | LIKE and SIMILAR TO |
Date: | 2008-08-22 11:13:47 |
Message-ID: | d8e7a1e30808220413s3e7c593fr7ee2be6af70ff1ca@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
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
From | Date | Subject | |
---|---|---|---|
Next Message | RW | 2008-08-22 11:24:21 | Re: LIKE and SIMILAR TO |
Previous Message | Mathias Stjernström | 2008-08-22 08:13:50 | Re: Ordering not acting right. |
From | Date | Subject | |
---|---|---|---|
Next Message | RW | 2008-08-22 11:24:21 | Re: LIKE and SIMILAR TO |
Previous Message | Gustavo Ces | 2008-08-22 11:01:21 | Can´t write nothing in \bin folder in windows |