This is my much overdue follow-up blog from the presentation I gave to the New York SQL Server User Group. In this post, I am going to provide some additional resources to supplement the presentation, check out the following blog post on different performance tuning techniques that can be used for SSIS.
SSIS Performance Tuning the For Each Loop. Retain Same Connection.
Use File Cache and the Cache Transform to help mitigate network issues.
Create efficient Range Lookups with the Task Factory Advanced Lookup Transform
Load thousands of files in SSIS lighting fast! MultiFlatFile Connection Manager.
Why are Asynchronous components so bad in SSIS?
Using cache transforms in SSIS to improve Performance (Part 1)
https://mitchellpearson.com/2014/06/20/using-cache-transforms-in-ssis-to-improve-performance-part-1/
Use the aggregate transform in SSIS to out perform T-SQL!