Skip to content

Commit cda681b

Browse files
authored
Update intelligent-query-processing-feedback.md
Realized that DOP Feedback does not work when a query hint is in place. This is because we assume the customer has the query finely tuned and don't interfere. It is also a limitation we are planning to address at some future point, I believe.
1 parent d0f4bf8 commit cda681b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/performance/intelligent-query-processing-feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Feedback information can be tracked using the [sys.query_store_plan_feedback](..
322322

323323
If a query has a query plan forced through Query Store, DOP feedback can still be used for that query.
324324

325-
If a query uses the MAXDOP hint, either as a hard-coded query hints or through the Query Store hinting mechanism, and the MAXDOP hint is greater than 2, DOP feedback will lower the DOP using the hinted value as the ceiling. For more information, see [Hints (Transact-SQL) - Query](../../t-sql/queries/hints-transact-sql-query.md) and [Query Store hints](../../relational-databases/performance/query-store-hints.md).
325+
Currently, DOP Feedback is not compatible with query hints. For more information, see [Hints (Transact-SQL) - Query](../../t-sql/queries/hints-transact-sql-query.md) and [Query Store hints](../../relational-databases/performance/query-store-hints.md).
326326

327327
#### Extended events for DOP feedback
328328

0 commit comments

Comments
 (0)