Table of Contents

Search

  1. Preface
  2. Understanding PowerExchange for Microsoft Dynamics CRM
  3. PowerExchange for Microsoft Dynamics CRM Configuration
  4. Microsoft Dynamics CRM Connections
  5. Microsoft Dynamics CRM Data Objects
  6. Microsoft Dynamics CRM Mappings
  7. Microsoft Dynamics CRM Run-time Processing
  8. Appendix A: Microsoft Dynamics CRM and Transformation Data Types

PowerExchange for Microsoft Dynamics CRM User Guide

PowerExchange for Microsoft Dynamics CRM User Guide

Key Range Partitioning

Key Range Partitioning

With key range partitioning, the Data Integration Service distributes rows of data based on a port or set of ports that you define as the partition key. For each port, you define a range of values. The Integration Service uses the key and ranges to send rows to the appropriate partition.
For example, if you specify key range partitioning at run-time transformation, the Data Integration Service uses the key and ranges to create the WHERE clause when it selects data from the source. Therefore, you can have the Data Integration Service pass all rows that contain customer IDs less than 135000 to one partition and all rows that contain customer IDs greater than or equal to 135000 to another partition.
If you specify hash user keys partitioning at a transformation, the Data Integration Service uses the key to group data based on the ports you select as the key. For example, if you specify ITEM_DESC as the hash key, the Data Integration Service distributes data so that all rows that contain items with the same description go to the same partition.

0 COMMENTS

We’d like to hear from you!