随笔分类 -  mysql常用命令

摘要:有索引不应该用不上,是不是这时间范围内的数据超过了总数据的20%了,这时候是mysql放弃索引全表扫描 阅读全文
posted @ 2022-09-01 10:07 一百万姿势 阅读(14) 评论(0) 推荐(0)
摘要:show open TABLEs show status like 'Table_locks%' ; 查看锁 show status like 'table%'; show status like 'innodb_row_lock%'; show processlist show variables 阅读全文
posted @ 2022-09-01 10:03 一百万姿势 阅读(389) 评论(0) 推荐(0)