1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

9 Commits

Author SHA1 Message Date
HE HUA
3c28da8047
Correct deep-pagination-optimization.md
In the section on deep pagination optimization recommendations, even with deferred joins and subqueries, the internal SQL statements will still result in deep pagination. These queries need to be rewritten to use the primary key index (id). Otherwise, there is no difference from the original SQL, and performance might even be worse.
2024-10-17 00:40:22 +08:00
Guide
107337c8b7 [docs update]添加深度分页问题的原因 2024-10-11 11:23:42 +08:00
seven17777777
27d3a47821
Update deep-pagination-optimization.md
深度分页问题的原因
2024-09-27 12:25:03 +08:00
Guide
9b62186e76 [docs update]完善深度分页优化 2024-09-07 17:31:31 +08:00
Guide
3131d095c2 [docs update]zookeeper内容完善&部分markdown格式规范 2024-02-23 16:44:05 +08:00
Guide
37a51a0e6f [docs add&update]新增内容访问网页的全过程(知识串联)&部分内容描述完善 2024-01-29 22:06:19 +08:00
Guide
d4e2ffb06f [docs add]添加数据冷热分离+MySQL性能优化面试题完善 2024-01-23 08:35:14 +08:00
Guide
3af7abfcd9 [docs update]覆盖索引介绍完善 2024-01-17 18:12:08 +08:00
Guide
ae32d743c5 [docs add]深度分页介绍及优化建议 2024-01-17 16:14:51 +08:00