Partition Processing Requirements
To
perform multithreaded partition processing for a table, the table must meet the
following requirements:
- Single key or offset column
- The table must have a single primary key or user-defined offset column. Performing multithreaded partition processing on a table with composite keys generates an error and stops the pipeline.
- Numeric data type
- To use partition processing, the primary key or user-defined offset column must have a numeric data type that allows arithmetic partitioning.