摘要: 1. 直接用limit start, count分页语句, 也是我程序中用的方法: select * from product limit start, count当起始页较小时,查询没有性能问题,我们分别看下从10, 100, 1000, 10000开始分页的执行时间(每页取20条), 如下: s 阅读全文
posted @ 2020-04-23 09:14 黄进广寒 阅读(2907) 评论(1) 推荐(0) 编辑