Skip to content

Commit 3d1da89

Browse files
authored
Merge pull request #175861 from arvindshmicrosoft/arvindsh/read-scale
Add notes on cross-feature behaviors
2 parents aa9f930 + 2b1ead1 commit 3d1da89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-sql/database/read-scale-out.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,13 @@ In this fashion, creating a geo-replica can provide multiple additional read-onl
191191
> [!NOTE]
192192
> There is no automatic round-robin or any other load-balanced routing between the replicas of a geo-replicated secondary database, with the exception of a Hyperscale geo-replica with more than one HA replica. In that case, sessions with read-only intent are distributed over all HA replicas of a geo-replica.
193193
194+
## Feature support on read-only replicas
195+
196+
A list of the behavior of some features on read-only replicas is below:
197+
* Auditing on read-only replicas is automatically enabled. For further details about the hierarchy of the storage folders, naming conventions, and log format, see [SQL Database Audit Log Format](audit-log-format.md).
198+
* [Query Performance Insight](query-performance-insight-use.md) relies on data from the [Query Store](/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store), which currently does not track activity on the read-only replica. Query Performance Insight will not show queries which execute on the read-only replica.
199+
* Automatic tuning relies on the Query Store, as detailed in the [Automatic tuning paper](https://www.microsoft.com/en-us/research/uploads/prod/2019/02/autoindexing_azuredb.pdf). Automatic tuning only works for workloads running on the primary replica.
200+
194201
## Next steps
195202

196203
- For information about SQL Database Hyperscale offering, see [Hyperscale service tier](service-tier-hyperscale.md).

0 commit comments

Comments
 (0)