Skip to content

Commit 47d373a

Browse files
Merge pull request #24686 from erinstellato-ms/qpv_updates
small changes to QPV
2 parents 9c7a702 + 8b5987b commit 47d373a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/azure-data-studio/query-plan-viewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ From the context of a query plan there are multiple options available for furthe
5252

5353
## Top operations
5454

55-
Within the Top Operations tab, in addition to sorting columns, the Filter window on the right can be used to find operators with a common field value. For example, it may be helpful to find all Nested Loop operators in a plan all operators that access a specific database object, or specific values for a given attribute.
55+
Within the Top Operations tab, in addition to sorting columns, the Filter window on the right can be used to find operators with a common field value. For example, it may be helpful to find all Nested Loop operators in a plan that access a specific database object, or filter on specific values for a given attribute.
5656

5757
:::image type="content" source="media/query-plan-viewer/top-operations-filtered.png" alt-text="Screenshot of a Top Operations tab after filtering for clustered.":::
5858

@@ -68,7 +68,7 @@ The compare plans menu offers several of the same icons as in the query plan men
6868

6969
:::image type="content" source="media/query-plan-viewer/compare-plans-properties.png" alt-text="Screenshot of Two plans compared with the properties window displayed." lightbox="media/query-plan-viewer/compare-plans-properties.png":::
7070

71-
The default view of the Properties plan for plan comparison lists attributes with different values at the top, and attributes with the same values are collapsed under the Equivalent Properties heading. This view can be changed using the sort icons, and the attribute lists can be expanded or collapsed to aid in displaying and finding information. The Properties pane also has a filter menu, allowing quickly navigating to the attribute of interest.
71+
The default view of the Properties plan for plan comparison lists attributes with different values at the top, and attributes with the same values are collapsed under the Equivalent Properties heading. This view can be changed using the sort icons, and the attribute lists can be expanded or collapsed to aid in displaying and finding information. The Properties pane also has a filter menu, providing the ability to quickly navigate to the attribute of interest.
7272

7373
## Next steps
7474

0 commit comments

Comments
 (0)