今天群里有个人说自己查询数据慢
![CPDQ8RFE5}@XTEH(@7]RD6R.png](https://upload-images.jianshu.io/upload_images/13532563-39576365ab1f3ab2.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
然后说 status = 1 占比几乎都是80%
这个是给与的解决意见
select id,content from tables where id > (select id from tables order by id asc limit 900000, 1);
或者是用join的方式