• Quick question, can you run the query with OPTION (MAXDOP 1) and post the actual execution plan? The paralellism is causing lots of noise and my thought is that it's doing more harm than good.
    😎
    Could you also post the DDL (create table & indices) scripts, makes it easier to analyse the query and the execution plan 😉