Clustered columnstore indexes provide effective enough compression and data access speeds that most typical analytic workloads will not require any other indexes to provide adequate performance.
The key to this performance lies in the underlying data order for a given analytic table. As long as queries using that data are able to filter based on the dimension that the data is ordered by (typically time), they can benefit from rowgroup elimination. ...