I am wondering what the difference between MATCH and LIKE is? If you allow extra characters on either side, it seems like the same thing. Such as MATCHing '%word%' versus LIKing 'word'.
But, I ask because MATCH works much better for a column of small text that I have (just as the manual suggests it would) which is indexed with a normal unique index (not a metamorph index). The difference is huge, so I was wondering perhaps if LIKE requires a metamorph index, so that using LIKE on a normal index is that same as not having an index at all.
But, I ask because MATCH works much better for a column of small text that I have (just as the manual suggests it would) which is indexed with a normal unique index (not a metamorph index). The difference is huge, so I was wondering perhaps if LIKE requires a metamorph index, so that using LIKE on a normal index is that same as not having an index at all.