首页 > 数据库技术 > 详细

Database: index

时间:2014-02-03 11:08:49      阅读:492      评论:0      收藏:0      [点我收藏+]

The whole point of having an index is to speed up search queries by essentially cutting down the number of records/rows in a table that need to be examined.

an index is a data structure (most commonly a B- tree) that stores the values for a specific column in a table. An index is created on a column of atable. So, the key points to remember are that an index consists of column values from one table, and that those values are stored in a data structure. The index is a data structure

Database: index

原文:http://www.cnblogs.com/yingzhongwen/p/3537242.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!