1、什么情况会导致全表扫描
https://blog.youkuaiyun.com/RuiKe1400360107/article/details/107655921
2、为什么不能使用in,什么情况下不能使用
3、在where中传入的索引字段为空值,会导致全表扫描吗?
4、or和and有啥特殊的?
cnblogs.com/myseries/p/11570661.html
5、 sql中使用表达式就一定慢吗?为什么?
6、数据库优化思路从那几方面入手,只有建索引吗?
https://developer.jdcloud.com/article/2711?mid=30
7、数据库隔离级别实现,有MVCC还有锁,他们是怎么合作的,都什么时候使用?怎么用?
8、filesort排序和index排序区别?filesort一定比index慢吗?什么情况?
在 MySQL 中,支持两种排序方式,分别是 FileSort 和 Index 排序。
https://developer.aliyun.com/article/1111789
https://developer.jdcloud.com/article/2711?mid=30 案例3
9、index从索引中读取?ALL从硬盘中读取?
https://blog.youkuaiyun.com/Bronze5/article/details/113817719