Skip to content

Commit eb231d0

Browse files
authored
Merge pull request MicrosoftDocs#3750 from EricBuMSFT/patch-1
Update hints-transact-sql-query.md add SCALEOUTEXECUTION hint
2 parents 2d7ae89 + c11d1cb commit eb231d0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/t-sql/queries/hints-transact-sql-query.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Query hints specify that the indicated hints should be used throughout the query
8686
| EXPAND VIEWS
8787
| FAST number_rows
8888
| FORCE ORDER
89-
| { FORCE | DISABLE } EXTERNALPUSHDOWN
89+
| { FORCE | DISABLE } EXTERNALPUSHDOWN
90+
| { FORCE | DISABLE } SCALEOUTEXECUTION
9091
| IGNORE_NONCLUSTERED_COLUMNSTORE_INDEX
9192
| KEEP PLAN
9293
| KEEPFIXED PLAN
@@ -162,7 +163,10 @@ Specifies that the join order indicated by the query syntax is preserved during
162163
163164
{ FORCE | DISABLE } EXTERNALPUSHDOWN
164165
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.
165-
166+
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.
169+
166170
KEEP PLAN
167171
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:
168172

0 commit comments

Comments
 (0)