优化sql
时间:2015-09-11 15:51:36
收藏:0
阅读:433
怎么优化这句SQL:
select * from abc where a=123 and b=456 order by c limit 10;
ab建立联合索引,c建单独索引
联合索引的概念需要好好补补
原文:http://www.cnblogs.com/liuzy2014/p/4800883.html
评论(0)