MySQL Forums
Forum List  »  Optimizer & Parser

Fast LIKE search
Posted by: andrew browne
Date: May 23, 2009 10:09AM

A simple query e.g.
"
SELECT *
FROM `table`
WHERE name LIKE "%uxyz%"
LIMIT 0 , 30
"

takes 0.3238 seconds on my dual core 2GRam

That's SLOW. Any way of making it faster?

Options: ReplyQuote


Subject
Views
Written By
Posted
Fast LIKE search
15261
May 23, 2009 10:09AM
6866
May 24, 2009 12:41PM
5450
May 25, 2009 10:27AM
4303
May 25, 2009 12:58PM


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.