当前位置: 代码迷 >> Sql Server >> 聚集索引(Clustered index)fillfactor设计有关问题
  详细解决方案

聚集索引(Clustered index)fillfactor设计有关问题

热度:146   发布时间:2016-04-24 20:05:18.0
聚集索引(Clustered index)fillfactor设计问题
我有一张大表,大部分的操作时增删改,有个聚集索引(Clustered index)是个varchar,但显示的是数字,例如:1003,10031,10032,100312. 如果这个varchar数字是持续增长,那么这个聚集索引(Clustered index)fillfactor我需要设置成小于100的吗?

------解决方案--------------------
可以考虑设置为小于100的,这样可以适当的减少 在insert 和 update时,的页分裂
  相关解决方案