Focus on parallel execution properties in SSIS in SQL2005

Source: Internet
Author: User
sql2005| performance adjustment The following attributes can affect parallelism during runtime

1. MaxConcurrentExecutables Properties
This is the property of the package, which defines how many tasks can be run concurrently
A value of-1 means that the number of tasks that can be run simultaneously is the current number of processors plus 2
When Hyper-threading is turned on, it is the number of logical processors
But in one of my little tests, I turned on or off the hyper-threading, and there was no obvious difference (less than 5%), and I'd love to see you have a better view

2. Enginethreads Properties
This is a property of the data Flow task that defines how many worker threads are created when the engine is scheduled
Note that this is a non mandatory attribute, just to hint that the engine can produce so many worker threads, but not necessarily to produce so many
Therefore, when you know in advance that different components may produce deadlocks on the same thread, we can create more threads, such as writing, source data acquisition, and target data acquisition can be in different threads
Of course, some components, such as sorting and merging, may also create their own managed threads at work to handle

3. Maxconcurrent
This is an attribute of the Foreachloop component, which means how many loop instances can run in parallel


From English: http://sqljunkies.com/WebLog/ashvinis/archive/2005/03/29/9825.aspx



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.