Environment: SQL Server 2012 on a VM with 1 CPU and 4 cores.
Experience: As a DBA--> New
MAXDOP set to default of 0
I have a large table with over 100 million records and am trying to improve Query performance. I was running into large amount of CXPACKET wait time, as in as long as the query was running. So I was thinking to create some non-clustered indexes or a filtered index. The filtered index did not provide any help.
My question is whats the best approach to improve performance here? I was going to create 4 non-clustered indexes (Those that are commonly joined on).
As you can see I am new here, so I am probably leaving out information that may be needed.