1. select * from information_schema.innodb_trx where TIME_TO_SEC(timediff(now(),trx_started))>60
-> filter the long transaction and decided time threshold can be custimized.
(To Be Continued)
Some quick tips for Mysql about calculation
阅读 59
2022-01-12
1. select * from information_schema.innodb_trx where TIME_TO_SEC(timediff(now(),trx_started))>60
-> filter the long transaction and decided time threshold can be custimized.
(To Be Continued)
相关推荐
精彩评论(0)