【问题标题】:Clustered Columnstore Index Fragmentation - Index Properties and dm_db_column_store_row_group_physical_stats differences聚集列存储索引碎片 - 索引属性和 dm_db_column_store_row_group_physical_stats 差异
【发布时间】:2018-02-15 11:33:50
【问题描述】:

我们在多个表中使用聚集列存储索引。要确定分片,

  1. 当我使用 sys.dm_db_column_store_row_group_physical_stats 时,我看到 0% 的碎片,
  2. 当我查询 sys.dm_db_index_physical_stats 时,我看到 90.10% 的碎片还索引属性显示页面完整度为 62.5%,总碎片为 90.10%。

应该将哪些碎片视为我的表的实际碎片。 我可以通过重建索引或重建列存储分区来删除碎片吗?

请建议。

【问题讨论】:

    标签: indexing fragmentation columnstore defragmentation


    【解决方案1】:

    sys.dm_db_column_store_row_group_physical_stats 将显示列存储索引碎片。我不确定索引碎片在这种情况下意味着什么,因为磁盘上的数据布局完全由上述 dmv 描述。

    【讨论】:

      猜你喜欢
      • 2016-09-05
      • 2019-10-25
      • 1970-01-01
      • 2020-09-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-02
      • 1970-01-01
      相关资源
      最近更新 更多