Which component(s) does this affect?
Problem Statement
It took me a while to understand a query where the DOP was limited to 2. This stemmed from a SQL Server Standard license limitation and the use of a columnstore, resulting in a 2-thread limit per license. Should this be included in the plan analysis, along with the reasons for the DOP limitation of 2?
Proposed Solution
Add this alert if detected : ColumnStore in use in the plan + DOP = 2 + Standard Edition = License Limitation
Use Case
Analysing Queries on a SE
Alternatives Considered
No response
Which component(s) does this affect?
Problem Statement
It took me a while to understand a query where the DOP was limited to 2. This stemmed from a SQL Server Standard license limitation and the use of a columnstore, resulting in a 2-thread limit per license. Should this be included in the plan analysis, along with the reasons for the DOP limitation of 2?
Proposed Solution
Add this alert if detected : ColumnStore in use in the plan + DOP = 2 + Standard Edition = License Limitation
Use Case
Analysing Queries on a SE
Alternatives Considered
No response