MySQL Forums
Forum List  »  Performance

Would this take long than 10-15 seconds to complete?
Posted by: Ameya Agashe
Date: May 31, 2018 12:24AM

Hi Gurus,

I was wondering if you could help me understand the below output from Explain, would this update statement be run quicker (10-15 seconds) without causing any deadlocks?

+----+-------------+-------+-------+---------------+---------+---------+------+--------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+-------+-------+---------------+---------+---------+------+--------+-------------+
| 1 | SIMPLE | c | index | NULL | PRIMARY | 4 | NULL | 142253 | Using where |
+----+-------------+-------+-------+---------------+---------+---------+------+--------+-------------+
1 row in set (0.02 sec)


Any guidance would be sincerely appreciated.


Thank you

Options: ReplyQuote


Subject
Views
Written By
Posted
Would this take long than 10-15 seconds to complete?
832
May 31, 2018 12:24AM


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.