MySQL Forums
Forum List  »  Newbie

Re: single UPDATE query takes 1.5 seconds!!!
Posted by: Andrew Gilfrin
Date: July 15, 2005 06:26AM

I'd imagine it's the RLIKE.

I can't see whay your using RLIKE, just replace it with a simple =

UPDATE sms_log SET delivered_date="2005-07-15 12:38:53", send_date="", delivered_status="done" WHERE msg_id="624j81hmce14a712ptih8l9y" AND to_user = 41568147;

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Written By
Posted
Re: single UPDATE query takes 1.5 seconds!!!
July 15, 2005 06:26AM


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.