August 2017
Beginner to intermediate
426 pages
9h 36m
English
You can use a filter transformation to check whether transformation or mapping has a bottleneck. Put a filter transformation before the target and set the condition to False; that is, don't allow any record to pass to the target. Using this method, you can compare the runtime of the process with and without the filter condition. This way, you can identify if the transformations have bottlenecks.
Read now
Unlock full access