Increasing Database Performance using Indexes
暂无分享,去创建一个
The performance issues are presented. The process of performance tuning is described. The indexing concept is introduced. The two types of defining an index are identified. The paper presents and explains the way a clustered and nonclustered index works. A compared analysis between clustered and nonclustered indexes is created. The benefits of using indexes on databases are identified and explained. A demonstration of using SEEK and SCAN indexes is presented, showing the logic behind these two types of indexes. Cases when an index must be used and how this index is created, are presented along with the performance improvement that is obtained after successfully creating the index.
[1] Clare Churcher. Beginning Database Design: From Novice to Professional , 2007 .
[2] Clare Churcher. Beginning Database Design , 2012, Apress.
[3] Manole Velicanu,et al. Building a Spatial Database for Romanian Archaeological Sites , 2011 .
[4] Grant Fritchey,et al. SQL Server 2008 Query Performance Tuning Distilled , 2009 .