(SQL Server) 如何使用 LOB 对索引进行碎片整理?
在 SQL Server 中,是否有一些关于使用 LOB 对索引进行碎片整理的要点?例如text、ntext、image、varchar(max)、nvarchar(max)、varbinary(max)、xml
。
谢谢。
In SQL Server, are there some points on defragmenting indexes with LOBs? Such as text, ntext, image, varchar(max), nvarchar(max), varbinary(max), xml
.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否则,没什么特别的
我会考虑做LOB_COMPACTION 频率较低,但这两个选项都取决于您的维护窗口持续时间
Otherwise, nothing special
I'd consider doing a LOB_COMPACTION less frequently but both options comes down to your maintenance windows duration pretty much