otimize search with wildcar "%" ?
how to optimize this type of search in table?
in search with wildcard % is not possible to use index, the table has 1 million registers
how to make to stop the research after joined in the maximum 30 registers? how to optimize this type of search?
SELECT idclient,name,product FROM "tbl_clients" WHERE clientname LIKE '%".$keyword."%';
Subject
Views
Written By
Posted
otimize search with wildcar "%" ?
2950
April 07, 2007 12:02AM
1949
April 08, 2007 09:01AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.