摘要:
转自http://blog.csdn.net/github_26672553/article/details/52931263 innodb存储引擎在show engine innodb status(老版本对应的是show innodb status)输出中,显示除了大量的内部信息,它输出就是一个 阅读全文
摘要:
转自http://blog.csdn.net/zheng0518/article/details/50561761 1、两个同样结构的语句一个没有用到索引的问题: 查1到20号的就不用索引,查1到5号的就用索引,为什么呢?不稳定? mysql> explain select * from test 阅读全文