Is the concept of SQL4CDSConnection MaxDegreeOfParallelism same with ServiceClient RecommendedDegreesOfParallelism? #529
-
I am so trilled to see it is possible to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you set the Fetch operations are not executed in parallel as it needs to get the results of one page in order to get the paging cookie to efficiently retrieve the next page. |
Beta Was this translation helpful? Give feedback.
If you set the
MaxDegreeOfParallelism
property to 0, it will use theRecommendedDegreesOfParallelism
for any DML operations. If you set it to any non-zero value it will use that instead and ignore the value from the ServiceClient.Fetch operations are not executed in parallel as it needs to get the results of one page in order to get the paging cookie to efficiently retrieve the next page.