码迷,mamicode.com
首页 > 数据库 > 详细

高性能MySQL笔记-第5章Indexing for High Performance-003索引的作用

时间:2016-04-12 12:38:04      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

一、

1.

1). Indexes reduce the amount of data the server has to examine.
2). Indexes help the server avoid sorting and temporary tables.
3). Indexes turn random I/O into sequential I/O.

Lahdenmaki and Leach’s book also introduces a three-star system for grading how suitable an index is for a query. The index earns one star if it places relevant rows adjacent to each other, a second star if its rows are sorted in the order the query needs,and a final star if it contains all the columns needed for the query.

高性能MySQL笔记-第5章Indexing for High Performance-003索引的作用

标签:

原文地址:http://www.cnblogs.com/shamgod/p/5381882.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!