本文介绍了填充因子和事务日志大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我将记录(包含varchar(max))数据插入表中,并且索引当前页面的填充度为~60%

If I am inserting records (with varchar(max)) data to a table, and have a index current page fullness is ~60%

它会获得更多事务日志生成 然后一个页面丰满度为90%的索引?

will it get more transaction log generated  then a index having page fullness 90%??

有关系吗?

推荐答案


这篇关于填充因子和事务日志大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 21:05