Skip to content

Commit

Permalink
Clarify QDS hints on secondaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-furman committed Nov 11, 2024
1 parent 0ae7740 commit 2b6858f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/relational-databases/performance/query-store-hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Query Store hints"
description: "Learn about the Query Store hints feature, which can be used to shape query plans without changing application code."
author: MikeRayMSFT
ms.author: mikeray
ms.date: 01/08/2024
ms.date: 11/11/2024
ms.service: sql
ms.subservice: performance
ms.topic: conceptual
Expand Down Expand Up @@ -111,7 +111,7 @@ When hints are applied, the following result set appears in the `StmtSimple` ele

### Query Store hints and availability groups

For more information, see [Query Store for secondary replicas](query-store-for-secondary-replicas.md).
Query Store hints have no effect on secondary replicas unless Query Store for secondary replicas is enabled. For more information, see [Query Store for secondary replicas](query-store-for-secondary-replicas.md).

- Prior to [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], Query Store hints can be applied against the primary replica of an availability group.
- Starting with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], when Query Store for secondary replicas is enabled, Query Store hints are also replica-aware for secondary replicas in availability groups.
Expand Down

0 comments on commit 2b6858f

Please sign in to comment.