摘要
在数据库系统应用中,要进行频繁的数据查询操作。索引是与表或视图关联的磁盘上结构,有效的使用索引,可以快速找到表或视图中特定信息,减少系统的响应时间。本文介绍了索引的概念、分类、使用和维护,并就MS SQL SERVER索引进行了一些分析和实践。
In the application of database system, data query is done frequently. Index is a disk structure associating with table or view. Using index in database effectively, it' s good for finding information fast in the table or view and reducing system' s answering time. In this paper, we introduce classify, using and maintenance of index. In addition, we analysis and practice the index in MS SQL SERVER.
出处
《电子测试》
2010年第2期84-87,91,共5页
Electronic Test
关键词
聚集索引
非聚集索引
筛选索引
B树
clustered index
nonclustered index
Filtered Indexes
B tree