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