Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Update statistics on clustered columnstore indexes

$
0
0
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?

Viewing all articles
Browse latest Browse all 6525

Trending Articles