码迷,mamicode.com
首页 > 其他好文 > 详细

Clustered Index

时间:2014-08-24 20:46:13      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:ar   ad   on   ef   sql   c   table   server   as   

Clustered Index: Clustered index defines the way in which data is ordered physically on the disk. And there can only be one way in which you can order the data physically. Hence there can only be one clustered index per table.

Why care about clustered index? If we put clustered index on the table then the data is retrieved much more faster because sql server doesnot have to read the whole data -- Depends on query. But data retrieval is much more faster.

NOTE: Although you can create more than one Non-Clustered index on a single table.

Clustered Index

标签:ar   ad   on   ef   sql   c   table   server   as   

原文地址:http://www.cnblogs.com/hellotech/p/3933305.html

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