You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/fetchxml/optimize-performance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Using the `latematerialize` attribute might not always provide a performance ben
37
37
Microsoft SQL Server supports many query hints to optimize queries. FetchXML
38
38
supports query hints and can pass these query options to SQL Server using the [fetch element](reference/fetch.md)[options](reference/fetch.md#options) attribute.
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/org-service/queryexpression/optimize-performance.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,7 @@ This article describes ways you can optimize performance when retrieving data us
24
24
Microsoft SQL Server supports many query hints to optimize queries. [QueryExpression](/dotnet/api/microsoft.xrm.sdk.query.queryexpression)
25
25
supports query hints and can pass these query options to SQL Server using the [QueryExpression.QueryHints property](/dotnet/api/microsoft.xrm.sdk.query.queryexpression.queryhints).
26
26
27
-
<!--
28
-
TODO Make this table generic and link to it from this page.
0 commit comments