Chapter 8. Optimizing ETL Performance
If you tried all the previous recipes from the book, you can consider yourself familiar with the basic design techniques available in Data Services and can perform pretty much any ETL development task. Starting from this chapter, we will begin using advance development techniques available in Data Services. This particular chapter will help you to understand how the existing ETL processes can be optimized further to make sure that they run quickly and efficiently, consuming as less computer resources as possible with the least amount of execution time.
Optimizing dataflow execution – push-down techniques
Optimizing dataflow execution – the SQL transform
Optimizing dataflow execution – the Data_Transfer transform
Optimizing dataflow readers – lookup methods
Optimizing dataflow loaders – bulk-loading methods
Optimizing dataflow execution – performance options