SQL中的Cluster和Non-cluster索引之间的区别

Ajm*_*nfo 6 sql indexing clustered-index non-clustered-index

仅仅是面试问题和我的知识方面的知识.

SQL - Cluster和之间的区别Non-cluster index

kem*_*002 5

描述这两者的链接.

http://www.mssqlcity.com/FAQ/General/clustered_vs_nonclustered_indexes.htm

http://www.sql-server-performance.com/articles/per/index_data_structures_p1.aspx

区别在于表中记录相对于索引的物理顺序.聚簇索引在表中以这种方式进行物理排序.