会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
进口欧巴阿
博客园
首页
新随笔
联系
管理
订阅
2018年12月20日
《Pro SQL Server Internals, 2nd edition》(pdf已传至群文件)的CHAPTER 3 Statistics中的Introduction to SQL Server Statistics(P55~P58)、Statistics and Execution Plans(P62~P65)、Statistics Maintenance(P68~P69)共三小节。
摘要: 每次你改变聚簇索引键的值时,都会发生两件事。 首先,SQL Server将行移动到聚簇索引页链和数据文件中的不同位置。 其次,它更新聚集索引键,行编号。 行编号被储存起来而且要在所有非聚簇索引中更新。 对于I / O而言,这花销可能很昂贵,尤其是在批处理更新的情况下。此外,它可以增加聚簇索引的碎片,
阅读全文
posted @ 2018-12-20 00:29 进口欧巴阿
阅读(120)
评论(0)
推荐(0)
公告