Hi, I am having trouble finding information on how I should handle statistics on clustered columnstore indexes. I am currently using a partitioned clustered columnstore index, and I am planning to rebuild the partitions that have had data loaded into them. If I were to rebuild indexes within a rowstore table, I would potentially want to manually rebuild statistics for the column statistics (the index statistics would already be rebuilt). Is there anything equivalent I need to factor in, for a columnstore index? Or would a rebuild of the partition be sufficient?
↧