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: docs/t-sql/queries/hints-transact-sql-query.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
@@ -165,7 +165,7 @@ Specifies that the join order indicated by the query syntax is preserved during
165
165
Force or disable the pushdown of the computation of qualifying expressions in Hadoop. Only applies to queries using PolyBase. Won't push down to Azure storage.
166
166
167
167
{ FORCE | DISABLE } SCALEOUTEXECUTION
168
-
Force or disable scale out execution of PolyBase queries that are using External tables in a SQL Server 2019 Big Data Cluster. This hint will only be honored by a query using the master instance of a SQL Big Data Cluster. The scale out will occur across the Compute Pool of the Big Data cluster.
168
+
Force or disable scale out execution of PolyBase queries that are using external tables in a SQL Server 2019 big data cluster. This hint will only be honored by a query using the master instance of a SQL big data cluster. The scale out will occur across the compute pool of the big data cluster.
169
169
170
170
KEEP PLAN
171
171
Forces the Query Optimizer to relax the estimated recompile threshold for a query. The estimated recompile threshold starts an automatic recompile for the query when the estimated number of indexed column changes have been made to a table by running one of the following statements:
0 commit comments