在用mysql查询大量数据时 使用limit 语句 的 (10000,100) 的速度会非常缓慢
可以用id > max_id 的方式解决缓慢的问题
在sql语句中
mysql 的查询优化
原文:https://www.cnblogs.com/boser1u/p/10096348.html