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