Table of Contents

Search

  1. Preface
  2. Performance Tuning Overview
  3. Target Optimization
  4. Source Optimization
  5. Transformation Optimization
  6. Mapping Optimization
  7. Partitioned Mapping Optimization
  8. Run-time Optimization
  9. SQL Data Service Optimization
  10. Web Service Optimization
  11. Connections Optimization
  12. Data Transformation Optimization

Performance Tuning Guide

Performance Tuning Guide

Source Bottlenecks

Source Bottlenecks

Source bottlenecks are performance decreases when the Data Integration Service reads from a source database. Source bottlenecks might occur when the source query is not efficient or when the database network packet sizes are small.
When the mapping reads from a relational source, you can use the following methods to identify source bottlenecks:
  • Add a Filter transformation to the mapping. Add the Filter transofrmation after the source. Set the Filter condition to false so the Filter transformation does not return any data. If the amount of time that the mapping takes is about the same, the mapping has a source bottleneck.
  • Create a read test mapping. Make a copy of the mapping but remove all the transformations, joins, or queries. Connect the source to a target. If the mapping performance is similar to the original mapping, you have a source bottleneck.
  • Run the read query directly against the source database. Copy the read query from the mapping log. Run the query against the source database with a query tool such as isql. Measure the run time and the time it takes for the query to return a row.

0 COMMENTS

We’d like to hear from you!