期刊文献+

SQL Server6.5的表扫描和索引访问性能比较

WHICH IS FASTER TABLE SCAN OR INDEX ACCESS
在线阅读 下载PDF
导出
摘要 在 SQL Server 6 .5中 ,表扫描和索引访问是两种主要的数据检索方法 ,是否使用簇索引或非簇索引是检索性能重要的因素 ,检索结果返回行数占表总行数的百分比 (简称为返回百分比 )对检索性能也有很大的影响 .索引访问的性能并非总是优于表扫描 .事实上 ,选择检索方法的工作由查询优化器来完成 ,但查询优化器并非总能选择最快的方法 . Table scan and index access is the two main method of data query in SQL Server 6.5. The important factor affecting query performance is whether you use a clustered or a nonclustered index. The percentage of rows returned is another factor in providing better query performance. The query performance of index access is not always better then that of table scan. The fact, the query optimizer chooses the query method, but it doesnt always choose the fastest method.
作者 林超
出处 《小型微型计算机系统》 CSCD 北大核心 2001年第9期1144-1146,共3页 Journal of Chinese Computer Systems
关键词 数据库 SQLServer6.5 表扫描 索引访问 Query performance Table scan Clustered index access Nonclustered index access Query optimizer The percentage of rows returned
  • 相关文献

参考文献4

  • 1D.Solomon R.Rankins.Mircosoft SQL Server 6.5开发指南[M].北京:清华大学出版社,1998..
  • 2Mircosoft公司.Mircosoft SQL Server程序员手册[M].北京:科学出版社,1998..
  • 3Solomon D,Mircosoft SQL Server 6.5开发指南,1998年
  • 4Mircosoft 公司,Mircosoft SQL Server 程序员手册,1998年

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部