MySQL Forums
Forum List  »  Performance

Re: 1 row Update query long for short duration
Posted by: Rick James
Date: June 13, 2013 09:11AM

1. ANY modification to the table will purge ALL query cache entries for that table. Is something written to the table about 4pm?

2. Why does the query take so long, anyway? Let's see the queries (inside the SP). And let's see the SHOW CREATE TABLE -- maybe an INDEX is missing.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: 1 row Update query long for short duration
979
June 13, 2013 09:11AM


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.