Use a key hash for partitions: this allows you to use the
hash mode to dispatch the input records into threads.Once selecting it, the
Key Columns table appears, in which you set the
column(s) you want to apply the hash mode on. In the hash mode, the records
meeting the same criteria are dispatched into the same threads.
If you
leave this check box clear, the dispatch mode is Round-robin, meaning records
are dispatched one-by-one to each thread, in a circular fashion, until the last
record is dispatched. Be aware that this mode cannot guarantee that records
meeting the same criteria go into the same threads.