This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Rowstore index recommended on table with columnstore index

I was checking today my DPA portal and I found that DPA is recommending 3 nonclustered indexes on my FACT table. My confusion is that all FACT tables in this project have columnstore indexes on them.

Does DPA support columnstore indexes? Is it really saying a rowstore index would be better than a columnstore? The query is selecting a bunch of columns from a FACT table joining with a lot of DIM tables and looking for all the info between 2 dates.

Thanks