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
相關文章
相關標籤/搜索