Mysql索引总结
摘要:
一、索引分类 Hash索引:Hash 索引查询效率很高,时间复杂度O(1)。Mysql Innodb引擎不支持hash索引的。Hash索引适合精确查找,不适合范围查找。 平衡二叉树:时间复杂度为 O(n),根节点会变,数据量多,层次多,磁盘IO多。 B树:每个节点中不仅包含数据的 key 值,还有 阅读全文
posted @ 2021-12-29 15:08 拉通对齐端到端 阅读(333) 评论(2) 推荐(0)
posted @ 2021-12-29 15:08 拉通对齐端到端 阅读(333) 评论(2) 推荐(0)
posted @ 2019-08-09 16:21 拉通对齐端到端 阅读(1296) 评论(0) 推荐(0)
posted @ 2019-08-08 16:33 拉通对齐端到端 阅读(872) 评论(2) 推荐(0)
posted @ 2019-08-08 14:08 拉通对齐端到端 阅读(322) 评论(0) 推荐(0)
posted @ 2019-05-06 14:42 拉通对齐端到端 阅读(385) 评论(0) 推荐(0)
posted @ 2019-04-19 17:00 拉通对齐端到端 阅读(470) 评论(0) 推荐(0)
posted @ 2019-04-18 11:50 拉通对齐端到端 阅读(1009) 评论(0) 推荐(0)