Mysql百万级数据查询优化
摘要:
select * from product limit start, count当起始页较小时,查询没有性能问题,我们分别看下从10, 100, 1000, 10000开始分页的执行时间(每页取20条), 如下: select * from product limit 10, 20 0.016秒se 阅读全文
posted @ 2018-05-22 20:12 OrangeCsong 阅读(236) 评论(0) 推荐(0) 编辑