MySQL

深度分页

select id, a, b from table where a = "xx" limit 10000, 10
(1) inner join
(2) id 索引,减少回表

select * from id > xxx limit 10
posted @ 2024-10-29 15:01  千千菌  阅读(2)  评论(0编辑  收藏  举报