JavaGuide icon indicating copy to clipboard operation
JavaGuide copied to clipboard

讨论-关于联合索引优化建议

Open jocodepeasant opened this issue 3 years ago • 1 comments

https://javaguide.cn/database/mysql/mysql-high-performance-optimization-specification-recommendations/#_4-%E5%B8%B8%E8%A7%81%E7%B4%A2%E5%BC%95%E5%88%97%E5%BB%BA%E8%AE%AE 1639489442(1) guide哥,联合索引的非叶子节点应该包含所有的索引项?那么把字段长度小的索引放左边应该没办法增加一页的数据量吧?

jocodepeasant avatar Dec 14 '21 13:12 jocodepeasant

联合索引的非叶子节点是所有的索引项和页号组成的,字段长度小的放左边应该是没办法增加一页的记录条数

wywl99 avatar May 27 '22 06:05 wywl99