MySQL regexp on Indexes

Posted by Vivek on Stack Overflow See other posts from Stack Overflow or by Vivek
Published on 2010-05-11T05:57:39Z Indexed on 2010/05/11 6:04 UTC
Read the original article Hit count: 258

Filed under:

HI,

I have query having multiple regexp in where clause. The coloumns contained in the where clause have already been indexed. But the query is not using the indexes. Does MySql regexp cause use of indexes ? If not, what could be the workaround for this ?

© Stack Overflow or respective owner

Related posts about mysql