Cluster Columnstore Index maintenance
We are using clustered columnstore index in SqlServer 2016 for 400M rows. We check the time for sample select query - it was 2s just after index creation. After month the same query took up to 20-30 s. Total fragmentation is 96% page fullness 66%, avg row size is 20, depth 3. Reorganizing index gives 1% less fragmentation. Rebuilding is not available as we need to have all data online. We insert 1M rows daily. Any ideas?
How to get query performance similar to initial?