Tag

tag-record method

0 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
Sep 13, 2023 · Databases

Optimizing Pagination Queries for Billion‑Row MySQL Tables

The article analyzes the performance problems of deep pagination on massive MySQL tables storing billions of fan records and presents three progressive solutions—simple LIMIT, tag‑record (maxId) pagination, and range‑limited pagination with async and offline minId caching—along with general indexing best‑practices for high‑throughput queries.

IndexingQuery Optimizationlarge-data
0 likes · 10 min read
Optimizing Pagination Queries for Billion‑Row MySQL Tables