摘要: mysql大数据量使用limit分页,随着页码的增大,查询效率越低下。 测试实验 1. 直接用limit start, count分页语句, 也是我程序中用的方法: select * from product limit start, count当起始页较小时,查询没有性能问题,我们分别看下从10, 阅读全文
posted @ 2018-03-27 14:20 蜡笔没了芯 阅读(172) 评论(0) 推荐(0) 编辑