好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

mysql分布式和分区limitoffset加速 - mysql数据库栏目

前一段时间在写分页语句。单机的 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]

查看更多关于mysql分布式和分区limitoffset加速 - mysql数据库栏目的详细内容...

  阅读:59次