Skip to content

[FEATURE] : alert in plan analysis when Standard Edition + ColumnStore = DOP limited to 2 #262

@rferraton

Description

@rferraton

Which component(s) does this affect?

  • Desktop App
  • CLI Tool
  • SSMS Extension
  • Plan Analysis Rules
  • Documentation

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions