Skip to content

Is the concept of SQL4CDSConnection MaxDegreeOfParallelism same with ServiceClient RecommendedDegreesOfParallelism? #529

Answered by MarkMpn
jarvan-jiang asked this question in Q&A
Discussion options

You must be logged in to vote

If you set the MaxDegreeOfParallelism property to 0, it will use the RecommendedDegreesOfParallelism 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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jarvan-jiang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants