MySQL 單表分頁 Limit 性能優化

主要針對記錄很是多的表mysql 經常使用分頁sql語句:web select * from product limit start, count 當起始頁較小時,查詢沒有性能問題,咱們分別看下從10, 100, 1000, 10000開始分頁的執行時間(每頁取20條), 以下:算法 select * from product limit 10, 20 0.016秒 select * from
相關文章
相關標籤/搜索