Replies: 1 comment
-
At present the entire execution plan runs sequentially to build the result set, and parallelism is only used within DML operations. It should be feasible to add parallelism operators in future to enhance this further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the expected parallel behaviour with Cross Apply? For example, the following query...
...seems to run each call to new_CustomAPI sequentially, 1 at a time irrespective of MAXDOP or USE HINT('BATCH_SIZE_?') in the query or the properties on the Query Execution tab within Settings.
Beta Was this translation helpful? Give feedback.
All reactions