Add Query Store feature to Always-up-to-date policy#10314
Add Query Store feature to Always-up-to-date policy#10314grrlgeek wants to merge 1 commit intoMicrosoftDocs:livefrom
Conversation
The QS on secondary replica is only available for SQL MI with AUTD.
|
@grrlgeek : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 41d79e7: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Hi @grrlgeek - This pull request was opened in the public repo. PMs should work in the private repo, per the Microsoft Docs contributor guide. We can keep this PR open for review and merge, but would you make future content updates in the private repo? Thank you! Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Updates Azure SQL Managed Instance update policy documentation to reflect that Query Store on secondary replicas is available only when using the Always-up-to-date policy.
Changes:
- Add “Query Store for secondary replicas” to the Always-up-to-date policy feature list.
- Keep the existing note that Always-up-to-date includes SQL Server 2025 policy features with specific exceptions.
| | Update policy | Features | | ||
| |---------|---------| | ||
| | *Always-up-to-date* update policy | - [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction) <br /> - All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. | | ||
| | *Always-up-to-date* update policy | - [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction) <br /> - [Query Store for Secondary Replicas](/sql/relational-databases/performance/query-store-for-secondary-replicas) <br />- All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. | |
There was a problem hiding this comment.
In the Always-up-to-date table cell, the last line break is written as <br />- All features... (missing a space after <br />), which can render poorly in the table. Also, the new link text uses title case ("Secondary Replicas") while the rest of the table and other docs use sentence case ("secondary replicas"); please align the link text/capitalization for consistency.
| | *Always-up-to-date* update policy | - [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction) <br /> - [Query Store for Secondary Replicas](/sql/relational-databases/performance/query-store-for-secondary-replicas) <br />- All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. | | |
| | *Always-up-to-date* update policy | - [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction) <br /> - [Query Store for secondary replicas](/sql/relational-databases/performance/query-store-for-secondary-replicas) <br /> - All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. | |
The QS on secondary replica is only available for SQL MI with AUTD.