Hello,

With your experience.. which runs better: REGEXP or LIKE? assuming you can
express the query in both forms.

I found that LIKE is twice faster than REGEXP using i.e:
LIKE '%1068812942%'
REGEXP '1068812942'

-thanks, Eli



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to