Skip to content

Commit a0d3517

Browse files
authored
Update query-store-usage-scenarios.md
1 parent 2fde8f1 commit a0d3517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/relational-databases/performance/query-store-usage-scenarios.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ms.workload: "Inactive"
5959

6060
Look at the plan summary on the right to analyze the execution history and learn about the different plans and their runtime statistics. Use the bottom pane to examine the different plans or to compare them visually, rendered side by side (use the Compare button).
6161

62-
When you identify a query with sub-optimal performance, your action depends on the nature of the problem:
62+
When you identify a query with sub-optimal performance, your action depends on the nature of the problem:
6363

6464
1. If the query was executed with multiple plans and the last plan is significantly worse than previous plan, you can use the plan forcing mechanism to ensure [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] will use the optimal plan for future executions
6565

@@ -84,7 +84,7 @@ ms.workload: "Inactive"
8484

8585
- Adding temporal system-versioning to tables that are frequently modified by your OLTP applications.
8686

87-
In any of these scenarios apply the following workflow:
87+
In any of these scenarios apply the following workflow:
8888

8989
1. Run your workload with the Query Store before the planned change to generate performance baseline.
9090

@@ -115,9 +115,9 @@ ms.workload: "Inactive"
115115
Based on analysis you would likely keep the index as query performance has been improved.
116116

117117
## <a name="CEUpgrade"></a> Keep performance stability during the upgrade to newer [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
118-
Prior to [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)], users were exposed to the risk of performance regression during the upgrade to the latest platform version. The reason for that was the fact that latest version of Query Optimizer became active immediately once new bits are installed.
118+
Prior to [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)], users were exposed to the risk of performance regression during the upgrade to the latest platform version. The reason for that was the fact that latest version of Query Optimizer became active immediately once new bits are installed.
119119

120-
Starting with [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] all Query Optimizer changes are tied to the latest [database compatibility level](../../relational-databases/databases/view-or-change-the-compatibility-level-of-a-database.md), so plans are not changed right at point of upgrade but rather when a user changes the `COMPATIBILITY_LEVEL` to the latest one. This capability, in combination with Query Store gives you a great level of control over the query performance in the upgrade process. Recommended upgrade workflow is shown in the following picture:
120+
Starting with [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] all Query Optimizer changes are tied to the latest [database compatibility level](../../relational-databases/databases/view-or-change-the-compatibility-level-of-a-database.md), so plans are not changed right at point of upgrade but rather when a user changes the `COMPATIBILITY_LEVEL` to the latest one. This capability, in combination with Query Store gives you a great level of control over the query performance in the upgrade process. Recommended upgrade workflow is shown in the following picture:
121121

122122
![query-store-usage-5](../../relational-databases/performance/media/query-store-usage-5.png "query-store-usage-5")
123123

0 commit comments

Comments
 (0)