首頁 >資料庫 >mysql教程 >mysql分布式和分区limitoffset加速_MySQL

mysql分布式和分区limitoffset加速_MySQL

WBOY
WBOY原創
2016-06-01 13:26:48818瀏覽

bitsCN.com

前一段时间在写分页语句。单机的mysql一般使用:

select * from [table] limit [length] offset [offset] 
select * from [table] where column > [pre_column_value] limit [length]
select * from [table] where key_column > [pre_key_column_value] order by key_column limit [length]
bitsCN.com
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn