MySql大量数据的分页查询

1.   直接用limit start, count分页语句, 也是我程序中用的方法:mysql select * from product limit start, count 当起始页较小时,查询没有性能问题,咱们分别看下从10, 100, 1000, 10000开始分页的执行时间(每页取20条), 以下:算法 select * from product limit 10, 20   0.01
相关文章
相关标签/搜索